Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_pwr_ex.h1068 #define IS_PWR_PULSE_LOW_TIME(__LOWTIME__) ((__LOWTIME__) <= 31U) macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_pwr_ex.c576 assert_param(IS_PWR_PULSE_LOW_TIME(Pulselowtime)); in HAL_PWREx_SetPulseLow()