Home
last modified time | relevance | path

Searched refs:IS_HAL_REMAP_PIN (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal.h59 #define IS_HAL_REMAP_PIN(RMP) ((RMP) == HAL_REMAP_PA11_PA12) macro
380 #define __HAL_REMAP_PIN_ENABLE(__PIN_REMAP__) do {assert_param(IS_HAL_REMAP_PIN((__PIN_REM…
383 #define __HAL_REMAP_PIN_DISABLE(__PIN_REMAP__) do {assert_param(IS_HAL_REMAP_PIN((__PIN_REM…
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal.c557 assert_param(IS_HAL_REMAP_PIN(PinRemap)); in HAL_SYSCFG_EnableRemap()
572 assert_param(IS_HAL_REMAP_PIN(PinRemap)); in HAL_SYSCFG_DisableRemap()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal.c657 assert_param(IS_HAL_REMAP_PIN(PinRemap)); in HAL_SYSCFG_EnableRemap()
672 assert_param(IS_HAL_REMAP_PIN(PinRemap)); in HAL_SYSCFG_DisableRemap()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal.c677 assert_param(IS_HAL_REMAP_PIN(PinRemap)); in HAL_SYSCFG_EnableRemap()
692 assert_param(IS_HAL_REMAP_PIN(PinRemap)); in HAL_SYSCFG_DisableRemap()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal.h521 #define IS_HAL_REMAP_PIN(RMP) (((RMP) == SYSCFG_REMAP_PA11) || \ macro
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal.h641 #define IS_HAL_REMAP_PIN(RMP) (((RMP) == SYSCFG_REMAP_PA11) || \ macro
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal.h705 #define IS_HAL_REMAP_PIN(RMP) (((RMP) == SYSCFG_REMAP_PA11) || \ macro