nrf_svc_func_reg_t

nRF5 SDK v14.0.0

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

Detailed Description

Type holding the SVC number, SVCI number, and the pointer to the corresponding handler function.

Note
The function that is pointed to must not change version.

Field Documentation

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.

  • components/libraries/svc/nrf_svc_function.h