Home
last modified time | relevance | path

Searched refs:PWR_GPIO_A (Results 1 – 23 of 23) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_pwr_ex.h193 #define PWR_GPIO_A 0x00000000U /*!< GPIO port A */ macro
771 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\
778 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\
785 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\
790 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\
801 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_pwr_ex.c150 case PWR_GPIO_A: in HAL_PWREx_EnableGPIOPullUp()
190 case PWR_GPIO_A: in HAL_PWREx_DisableGPIOPullUp()
234 case PWR_GPIO_A: in HAL_PWREx_EnableGPIOPullDown()
274 case PWR_GPIO_A: in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_pwr_ex.c207 case PWR_GPIO_A: in HAL_PWREx_EnableGPIOPullUp()
263 case PWR_GPIO_A: in HAL_PWREx_DisableGPIOPullUp()
320 case PWR_GPIO_A: in HAL_PWREx_EnableGPIOPullDown()
376 case PWR_GPIO_A: in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_pwr_ex.c652 case PWR_GPIO_A: /* Enables the Standby GPIO retention feature for PAy */ in HAL_PWREx_EnableStandbyIORetention()
732 case PWR_GPIO_A: /* Disables the Standby GPIO retention feature for PAy */ in HAL_PWREx_DisableStandbyIORetention()
806 case PWR_GPIO_A: /* Get port A standby GPIO retention status */ in HAL_PWREx_GetStandbyIORetentionStatus()
851 case PWR_GPIO_A: /* Disable the IO state (pull or level) retained for PAy in Standby mode */ in HAL_PWREx_DisableStandbyRetainedIOState()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_pwr_ex.c423 case PWR_GPIO_A: in HAL_PWREx_EnableGPIOPullUp()
485 case PWR_GPIO_A: in HAL_PWREx_DisableGPIOPullUp()
547 case PWR_GPIO_A: in HAL_PWREx_EnableGPIOPullDown()
609 case PWR_GPIO_A: in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_pwr_ex.c315 case PWR_GPIO_A: in HAL_PWREx_EnableGPIOPullUp()
363 case PWR_GPIO_A: in HAL_PWREx_DisableGPIOPullUp()
413 case PWR_GPIO_A: in HAL_PWREx_EnableGPIOPullDown()
461 case PWR_GPIO_A: in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_pwr_ex.c1125 case PWR_GPIO_A: in HAL_PWREx_EnableGPIOPullUp()
1189 case PWR_GPIO_A: in HAL_PWREx_DisableGPIOPullUp()
1253 case PWR_GPIO_A: in HAL_PWREx_EnableGPIOPullDown()
1317 case PWR_GPIO_A: in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_pwr_ex.h143 #define PWR_GPIO_A (0x00000000u) /*!< GPIO port A */ macro
318 #define IS_PWR_GPIO(__GPIO__) (((__GPIO__) == PWR_GPIO_A) || \
324 #define IS_PWR_GPIO(__GPIO__) (((__GPIO__) == PWR_GPIO_A) || \
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_pwr_ex.c311 case PWR_GPIO_A: in HAL_PWREx_EnableGPIOPullUp()
372 case PWR_GPIO_A: in HAL_PWREx_DisableGPIOPullUp()
433 case PWR_GPIO_A: in HAL_PWREx_EnableGPIOPullDown()
494 case PWR_GPIO_A: in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_pwr_ex.c353 case PWR_GPIO_A: in HAL_PWREx_EnableGPIOPullUp()
411 case PWR_GPIO_A: in HAL_PWREx_DisableGPIOPullUp()
471 case PWR_GPIO_A: in HAL_PWREx_EnableGPIOPullDown()
529 case PWR_GPIO_A: in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr_ex.c277 case PWR_GPIO_A: in HAL_PWREx_EnableGPIOPullUp()
342 case PWR_GPIO_A: in HAL_PWREx_DisableGPIOPullUp()
406 case PWR_GPIO_A: in HAL_PWREx_EnableGPIOPullDown()
471 case PWR_GPIO_A: in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr_ex.h283 #define PWR_GPIO_A (0x00U) /*!< GPIO port A */ macro
869 (((GPIO_PORT) == PWR_GPIO_A) ||\
881 (((GPIO_PORT) == PWR_GPIO_A) ||\
892 (((GPIO_PORT) == PWR_GPIO_A) ||\
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_pwr_ex.h217 #define PWR_GPIO_A (0x00000000u) /*!< GPIO port A */ macro
506 #define IS_PWR_GPIO(__GPIO__) (((__GPIO__) == PWR_GPIO_A) || \
513 #define IS_PWR_GPIO(__GPIO__) (((__GPIO__) == PWR_GPIO_A) || \
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pwr_ex.c400 case PWR_GPIO_A: in HAL_PWREx_EnableGPIOPullUp()
483 case PWR_GPIO_A: in HAL_PWREx_DisableGPIOPullUp()
560 case PWR_GPIO_A: in HAL_PWREx_EnableGPIOPullDown()
643 case PWR_GPIO_A: in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_pwr_ex.h191 #define PWR_GPIO_A 0x00000000U /*!< GPIO port A */ macro
661 #define IS_PWR_GPIO_PORT(GPIO_PORT) (((GPIO_PORT) == PWR_GPIO_A) ||\
668 #define IS_PWR_GPIO_PORT(GPIO_PORT) (((GPIO_PORT) == PWR_GPIO_A) ||\
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_pwr_ex.h242 #define PWR_GPIO_A 0x00000000U /*!< GPIO port A */ macro
807 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\
814 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_pwr_ex.h102 #define PWR_GPIO_A (0x00U) /*!< GPIO port A */ macro
248 #define IS_PWR_GPIO_PORT(GPIO_PORT) (((GPIO_PORT) == PWR_GPIO_A) ||\
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/Core/Src/
Dstm32wb0x_hal_msp.c342 HAL_PWREx_EnableGPIOPullUp(PWR_GPIO_A, in lowPowerIOSetup()
348 HAL_PWREx_EnableGPIOPullDown(PWR_GPIO_A, in lowPowerIOSetup()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr_ex.c2484 case PWR_GPIO_A: /* Apply Pull Up to GPIO port A */ in HAL_PWREx_EnableGPIOPullUp()
2571 case PWR_GPIO_A: /* Disable Pull Up for GPIO port A */ in HAL_PWREx_DisableGPIOPullUp()
2655 case PWR_GPIO_A: /* Apply Pull Down to GPIO port A */ in HAL_PWREx_EnableGPIOPullDown()
2742 case PWR_GPIO_A: /* Disable Pull Down for GPIO port A */ in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_pwr_ex.h214 #define PWR_GPIO_A (0x00000000UL) /*!< GPIO port A */ macro
523 #define IS_PWR_GPIO(__GPIO__) (((__GPIO__) == PWR_GPIO_A) ||\
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_pwr_ex.h186 #define PWR_GPIO_A 0x00000000U /*!< GPIO port A */ macro
717 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_pwr_ex.h258 #define PWR_GPIO_A 0x00000000U /*!< GPIO port A */ macro
439 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_pwr_ex.h203 #define PWR_GPIO_A 0x00000000U /*!< GPIO port A */ macro
760 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\