Home
last modified time | relevance | path

Searched refs:__GPIO__ (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_pwr_ex.h506 #define IS_PWR_GPIO(__GPIO__) (((__GPIO__) == PWR_GPIO_A) || \ argument
507 ((__GPIO__) == PWR_GPIO_B) || \
508 ((__GPIO__) == PWR_GPIO_C) || \
509 ((__GPIO__) == PWR_GPIO_D) || \
510 ((__GPIO__) == PWR_GPIO_E) || \
511 ((__GPIO__) == PWR_GPIO_F))
513 #define IS_PWR_GPIO(__GPIO__) (((__GPIO__) == PWR_GPIO_A) || \ argument
514 ((__GPIO__) == PWR_GPIO_B) || \
515 ((__GPIO__) == PWR_GPIO_C) || \
516 ((__GPIO__) == PWR_GPIO_D) || \
[all …]
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_pwr_ex.h318 #define IS_PWR_GPIO(__GPIO__) (((__GPIO__) == PWR_GPIO_A) || \ argument
319 ((__GPIO__) == PWR_GPIO_B) || \
320 ((__GPIO__) == PWR_GPIO_C) || \
321 ((__GPIO__) == PWR_GPIO_D) || \
322 ((__GPIO__) == PWR_GPIO_F))
324 #define IS_PWR_GPIO(__GPIO__) (((__GPIO__) == PWR_GPIO_A) || \ argument
325 ((__GPIO__) == PWR_GPIO_B) || \
326 ((__GPIO__) == PWR_GPIO_C) || \
327 ((__GPIO__) == PWR_GPIO_F))
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_pwr_ex.h523 #define IS_PWR_GPIO(__GPIO__) (((__GPIO__) == PWR_GPIO_A) ||\ argument
524 ((__GPIO__) == PWR_GPIO_B) ||\
525 ((__GPIO__) == PWR_GPIO_C) ||\
526 ((__GPIO__) == PWR_GPIO_H))