![]() |
nRF5 SDK
v15.3.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S312 SoftDevice API | S332 SoftDevice API | S340 SoftDevice API |
Layer providing compatibility with the former API. More...
Modules | |
PPI peripheral driver - legacy layer configuration | |
Functions | |
ret_code_t | nrf_drv_ppi_init (void) |
Function for initializing PPI module. More... | |
ret_code_t | nrf_drv_ppi_uninit (void) |
Function for uninitializing the PPI module. More... | |
Layer providing compatibility with the former API.
ret_code_t nrf_drv_ppi_init | ( | void | ) |
Function for initializing PPI module.
NRF_SUCCESS | If the module was successfully initialized. |
NRF_ERROR_MODULE_ALREADY_INITIALIZED | If the module has already been initialized. |
ret_code_t nrf_drv_ppi_uninit | ( | void | ) |
Function for uninitializing the PPI module.
This function also disables all channels and clears the channel groups.
NRF_SUCCESS | If the module was successfully uninitialized. |
NRF_ERROR_INVALID_STATE | If the module has not been initialized yet. |