MCUXpresso_LPC55S69/boards/lpcxpresso55s69/trustzone_examples/secure_gpio/cm33_core0/secure_gpio_s/tzm_config.h
Yilin Sun 6e8d03ec0a Updated to SDK v2.15.000
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-04-12 21:21:49 +08:00

18 lines
473 B
C

#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_ */