MCUXpresso_LPC55S69/boards/lpcxpresso55s69/trustzone_examples/secure_gpio/cm33_core0/secure_gpio_s/tzm_config.h

18 lines
473 B
C
Raw Permalink Normal View History

2022-04-08 14:42:47 +00:00
#ifndef _TZM_CONFIG_H_
#define _TZM_CONFIG_H_
#if defined(__cplusplus)
extern "C" {
#endif /* __cplusplus */
/***********************************************************************************************************************
* Initialize TrustZone
**********************************************************************************************************************/
void BOARD_InitTrustZone(void);
#if defined(__cplusplus)
}
#endif
#endif /* _TZM_CONFIG_H_ */