Home
last modified time | relevance | path

Searched refs:IS_BSEC_NEXTHDPL (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_bsec.h421 #define IS_BSEC_NEXTHDPL(VALUE) (((VALUE) == HAL_BSEC_HDPL_INCR_VALUE_0) || ((VALUE) == HAL_… macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_bsec.c1213 assert_param(IS_BSEC_NEXTHDPL(Increment)); in HAL_BSEC_ConfigSAESHDPLIncrementValue()