nrf_svc_func_reg_t

nRF5 SDK v12.2.0

Type holding the SVC number and the pointer to the corresponding 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 and the pointer to the corresponding function.

Not that 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