20 #ifndef MBEDTLS_SLPAL_COMMON_H
21 #define MBEDTLS_SLPAL_COMMON_H
29 #define SLPAL_ERROR_TIMEOUT ((int)MBEDTLS_ERR_SLPAL_BASE | 0x1)
30 #define SLPAL_ERROR_OS_SPECIFIC ((int)MBEDTLS_ERR_SLPAL_BASE | 0x2)
37 #define RUNNING_AT_INTERRUPT_LEVEL (SCB->ICSR & SCB_ICSR_VECTACTIVE_Msk)
uint32_t SLPAL_irqState_t
Storage for PRIMASK or BASEPRI value used for SLPAL critical regions.
Silicon Labs specific mbedtls error code definitions.