Home
last modified time | relevance | path

Searched refs:IS_SYSCFG_COMPENSATION_CELL (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal.c717 assert_param(IS_SYSCFG_COMPENSATION_CELL(Selection)); in HAL_SYSCFG_EnableCompensationCell()
733 assert_param(IS_SYSCFG_COMPENSATION_CELL(Selection)); in HAL_SYSCFG_DisableCompensationCell()
775 assert_param(IS_SYSCFG_COMPENSATION_CELL(Selection)); in HAL_SYSCFG_ConfigCompensationCell()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal.h504 #define IS_SYSCFG_COMPENSATION_CELL(__CELL__) (((__CELL__) == SYSCFG_IO_CELL) || \ macro
510 #define IS_SYSCFG_COMPENSATION_CELL(__CELL__) (((__CELL__) == SYSCFG_IO_CELL)) macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal.c1564 assert_param(IS_SYSCFG_COMPENSATION_CELL(Selection)); in HAL_SYSCFG_ConfigVDDIOCompensationCell()
1670 assert_param(IS_SYSCFG_COMPENSATION_CELL(Selection)); in HAL_SYSCFG_GetVDDIOCompensationCell()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal.h731 #define IS_SYSCFG_COMPENSATION_CELL(__VALUE__) (((__VALUE__) == SYSCFG_IO_VDDIO2_CELL) || \ macro