![]() |
nRF5 SDK
v15.0.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API |
Type holding the SVC number, SVCI number, and the pointer to the corresponding handler function. More...
#include <nrf_svc_function.h>
Data Fields | |
uint32_t | svc_num |
uint32_t | svci_num |
nrf_svc_func_t | func_ptr |
Type holding the SVC number, SVCI number, and the pointer to the corresponding handler function.
uint32_t nrf_svc_func_reg_t::svc_num |
Supervisor call number (actually 8-bit, padded for alignment).
uint32_t nrf_svc_func_reg_t::svci_num |
Supervisor call indirect number.