nRF5 SDK v17.0.2
Data Fields
nrf_svc_func_reg_t Struct Reference

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.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated