nrfxlib API 3.3.99
Loading...
Searching...
No Matches
nrf_cc3xx_platform_abort.h File Reference

Go to the source code of this file.

Data Structures

struct  nrf_cc3xx_platform_abort_apis_t
 Type definition of structure holding platform abort APIs. More...
 

Typedefs

typedef void * nrf_cc3xx_platform_abort_handle_t
 Type definition of handle used for abort.
 
typedef void(* nrf_cc3xx_platform_abort_fn_t) (char const *const reason)
 Type definition of platform abort function.
 

Functions

void nrf_cc3xx_platform_set_abort (nrf_cc3xx_platform_abort_apis_t const *const apis)
 Function to set platform abort APIs.
 
void nrf_cc3xx_platform_abort_init (void)
 Function to initialize platform abort APIs.
 

Variables

nrf_cc3xx_platform_abort_apis_t platform_abort_apis
 External reference to the platform abort APIs.