Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_pwr.h537 #define IS_PWR_SLEEP_ENTRY(__ENTRY__) (((__ENTRY__) == PWR_SLEEPENTRY_WFI) ||\ argument
538 ((__ENTRY__) == PWR_SLEEPENTRY_WFE) ||\
539 ((__ENTRY__) == PWR_SLEEPENTRY_WFE_NO_EVT_CLEAR))
542 #define IS_PWR_STOP_ENTRY(__ENTRY__) (((__ENTRY__) == PWR_STOPENTRY_WFI) ||\ argument
543 ((__ENTRY__) == PWR_STOPENTRY_WFE) ||\
544 ((__ENTRY__) == PWR_STOPENTRY_WFE_NO_EVT_CLEAR))
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_pwr.h502 #define IS_PWR_SLEEP_ENTRY(__ENTRY__) (((__ENTRY__) == PWR_SLEEPENTRY_WFI) || \ argument
503 ((__ENTRY__) == PWR_SLEEPENTRY_WFE))
505 #define IS_PWR_STOP_ENTRY(__ENTRY__) (((__ENTRY__) == PWR_STOPENTRY_WFI) || \ argument
506 ((__ENTRY__) == PWR_STOPENTRY_WFE))
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_pwr.h117 #define IS_PWR_SLEEP_ENTRY(__ENTRY__) (((__ENTRY__) == PWR_SLEEPENTRY_WFI) || ((__ENTRY__) == PWR… argument
128 #define IS_PWR_STOP_ENTRY(__ENTRY__) (((__ENTRY__) == PWR_STOPENTRY_WFI) || ((__ENTRY__) == PWR_… argument