Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rif.c803 assert_param(IS_RIF_LOCK_STATE(pConfig->Lock)); in HAL_RIF_RISAF_ConfigSubRegion()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rif.h1261 #define IS_RIF_LOCK_STATE(__LOCK__) (((__LOCK__) == RIF_LOCK_DISABLE) || \ macro