Home
last modified time | relevance | path

Searched refs:PWR_APC (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_pwr.h156 #define PWR_APC PWR_SECCFGR_APCSEC /*!< Pull-Up/Down Control */ macro
158 PWR_VDM|PWR_VB|PWR_APC) /*!< All of the above */
392 (((__ITEM__) & PWR_APC) == PWR_APC) || \
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr.h276 #define PWR_APC (PWR_SECCFGR_APCSEC) /*!< Pull-up/pull-down secure protection */ macro
279 PWR_LPM | PWR_VDM | PWR_VB | PWR_APC)