Home
last modified time | relevance | path

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

12

/hal_stm32-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_pwr.c208 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinPolarity)); in HAL_PWR_EnableWakeUpPin()
229 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
/hal_stm32-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_pwr.c335 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_EnableWakeUpPin()
353 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
/hal_stm32-3.5.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_pwr.c385 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_EnableWakeUpPin()
400 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
/hal_stm32-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr.c473 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPin)); in HAL_PWR_EnableWakeUpPin()
504 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPin)); in HAL_PWR_DisableWakeUpPin()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_pwr.c229 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinPolarity)); in HAL_PWR_EnableWakeUpPin()
261 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWR_DisableWakeUpPin()
Dstm32h5xx_hal_pwr_ex.c580 assert_param(IS_PWR_WAKEUP_PIN(sPinParams->WakeUpPin)); in HAL_PWREx_EnableWakeUpPin()
617 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPinx)); in HAL_PWREx_DisableWakeUpPin()
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_pwr.c473 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPin)); in HAL_PWR_EnableWakeUpPin()
504 assert_param(IS_PWR_WAKEUP_PIN(WakeUpPin)); in HAL_PWR_DisableWakeUpPin()

12