Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_pwr_ex.h1111 #define IS_PWR_VDDIO_RANGE(__RANGE__) (((__RANGE__) == PWR_VDDIO_RANGE_3V3) || \ macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_pwr_ex.c875 assert_param(IS_PWR_VDDIO_RANGE(VoltageRange)); in HAL_PWREx_ConfigVddIORange()