Contain functions and properties of the Driver layer. More...
Topics | |
MCC Custom Code PWM | |
Contain functions and data types as MCC extension for PWM. | |
MCC Custom Code ADC | |
Contain functions and data types as MCC extension for ADC. | |
Files | |
file | drv_mcc_extension.h |
Contain the peripheral header files with MCC extension code. | |
file | mcc_custom_config.h |
Contain the MCC Custom peripheral configuration that is not supported by MCC Melody tool. | |
Functions | |
void | MCC_Custom_User_Config (void) |
Contains custom peripheral initialization. | |
The driver layer includes peripheral drivers managed by the MPLABX MCC Melody tool. It is essential to initialize certain peripheral functionalities to enable specific features required for the application.
void MCC_Custom_User_Config | ( | void | ) |
This function initializes peripheral settings that are needed in the application but is not supported by the generated code through MCC Melody tool.
Definition at line 24 of file mcc_custom_config.c.