Home
last modified time | relevance | path

Searched refs:PVD_RISING_FALLING_EDGE (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_pwr.h94 #define PWR_PVD_MODE_IT_RISING_FALLING (PVD_MODE_IT | PVD_RISING_FALLING_EDGE) /*!< External I…
168 #define PVD_RISING_FALLING_EDGE (0x00000003U) /*!< Mask for rising and falling edges set as PVD … macro
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_pwr.h93 #define PWR_PVD_MODE_IT_RISING_FALLING (PVD_MODE_IT | PVD_RISING_FALLING_EDGE) /*!< PVD in int…
170 #define PVD_RISING_FALLING_EDGE (0x00000003UL) /*!< Mask for rising and falling edges … macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_pwr.c128 #define PVD_RISING_FALLING_EDGE (0x00000003U) macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pwr.c176 #define PVD_RISING_FALLING_EDGE (0x00000003U) macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_pwr.c134 #define PVD_RISING_FALLING_EDGE (0x00000003U) /*!< Mask for rising… macro
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_pwr.c52 #define PVD_RISING_FALLING_EDGE ((uint32_t)0x00000003U) macro