Home
last modified time | relevance | path

Searched refs:IS_PWR_WAKEUP_PIN (Results 1 – 25 of 53) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_pwr.h351 #define IS_PWR_WAKEUP_PIN(PIN) (((PIN) == PWR_WAKEUP_PIN1) || \ macro
355 #define IS_PWR_WAKEUP_PIN(PIN) (((PIN) == PWR_WAKEUP_PIN1) || \ macro
358 #define IS_PWR_WAKEUP_PIN(PIN) (((PIN) == PWR_WAKEUP_PIN1) || \ macro
361 #define IS_PWR_WAKEUP_PIN(PIN) (((PIN) == PWR_WAKEUP_PIN1) || \ macro
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_pwr_ex.h87 #define IS_PWR_WAKEUP_PIN(PIN) (((PIN) == PWR_WAKEUP_PIN1) || \ macro
104 #define IS_PWR_WAKEUP_PIN(PIN) (((PIN) == PWR_WAKEUP_PIN1) || \ macro
118 #define IS_PWR_WAKEUP_PIN(PIN) (((PIN) == PWR_WAKEUP_PIN1) || \ macro
129 #define IS_PWR_WAKEUP_PIN(PIN) (((PIN) == PWR_WAKEUP_PIN1) || \ macro
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_pwr.c340 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinPolarity)); in HAL_PWR_EnableWakeUpPin()
400 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
424 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_EnableWakeUpPinIT()
468 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_DisableWakeUpPinIT()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_pwr_ex.h310 #define IS_PWR_WAKEUP_PIN(PIN) (((PIN) == PWR_WAKEUP_PIN1) || ((PIN) == PWR_WAKEUP_PIN2)) macro
314 #define IS_PWR_WAKEUP_PIN(PIN) (((PIN) == PWR_WAKEUP_PIN1) || ((PIN) == PWR_WAKEUP_PIN2) || \ macro
317 #define IS_PWR_WAKEUP_PIN(PIN) ((PIN) == PWR_WAKEUP_PIN1) macro
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_pwr_ex.h56 #define IS_PWR_WAKEUP_PIN(PIN) (((PIN) == PWR_WAKEUP_PIN1) || \ macro
62 #define IS_PWR_WAKEUP_PIN(PIN) (((PIN) == PWR_WAKEUP_PIN1) || \
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_pwr.c209 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinPolarity)); in HAL_PWR_EnableWakeUpPin()
230 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_pwr.c232 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_EnableWakeUpPin()
247 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_pwr.c244 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_EnableWakeUpPin()
259 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_pwr.c264 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinPolarity)); in HAL_PWR_EnableWakeUpPin()
286 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_pwr.c451 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinPolarity)); in HAL_PWR_EnableWakeUpPin()
477 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_pwr.c316 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_EnableWakeUpPin()
332 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pwr.c393 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinPolarity)); in HAL_PWR_EnableWakeUpPin()
414 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_pwr.c390 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinPolarity)); in HAL_PWR_EnableWakeUpPin()
411 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_pwr.c344 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_EnableWakeUpPin()
362 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_pwr.c337 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinPolarity)); in HAL_PWR_EnableWakeUpPin()
361 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_pwr.c408 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_EnableWakeUpPin()
425 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_pwr.c395 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinPolarity)); in HAL_PWR_EnableWakeUpPin()
414 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_pwr.c384 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_EnableWakeUpPin()
399 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_pwr.c230 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPin)); in HAL_PWR_EnableWakeUpPin()
293 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pwr.c510 assert_param (IS_PWR_WAKEUP_PIN (WakeUpPinPolarity)); in HAL_PWR_EnableWakeUpPin()
539 assert_param (IS_PWR_WAKEUP_PIN (WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_pwr.c446 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinPolarity)); in HAL_PWR_EnableWakeUpPin()
469 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr.c392 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinPolarity)); in HAL_PWR_EnableWakeUpPin()
413 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_pwr.c427 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_EnableWakeUpPin()
444 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_pwr.c423 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinPolarity)); in HAL_PWR_EnableWakeUpPin()
448 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr.c479 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPin)); in HAL_PWR_EnableWakeUpPin()
510 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPin)); in HAL_PWR_DisableWakeUpPin()

123