Home
last modified time | relevance | path

Searched refs:PVM_RISING_EDGE (Results 1 – 11 of 11) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_pwr_ex.c59 #define PVM_RISING_EDGE 0x00000001U /*!< Mask for rising edge set as PVM trigger … macro
709 if((sConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
742 if((sConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
774 if((sConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
805 if((sConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr_ex.c51 #define PVM_RISING_EDGE ((uint32_t)0x00000001) /*!< Mask for rising edge set as PVM trig… macro
701 if ((sConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
732 if ((sConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
763 if ((sConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
794 if ((sConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pwr_ex.c64 #define PVM_RISING_EDGE ((uint32_t)0x00000001) /*!< Mask for rising edge set as PVM trig… macro
1002 if((sConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
1035 if((sConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
1067 if((sConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
1098 if((sConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr_ex.c243 #define PVM_RISING_EDGE (0x01U) /*!< Mask for rising edge set as PVM trigger */ macro
1110 if ((pConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
1144 if ((pConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
1178 if ((pConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
1212 if ((pConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_pwr_ex.c797 if ((sConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
829 if ((sConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_pwr_ex.h164 #define PWR_PVM_MODE_IT_RISING (PVM_MODE_IT | PVM_RISING_EDGE) /*!< Extern…
168 #define PWR_PVM_MODE_EVENT_RISING (PVM_MODE_EVT | PVM_RISING_EDGE) /*!< Event Mo…
433 #define PVM_RISING_EDGE (0x00000001U) /*!< Mask for rising edge set as PVM trigger … macro
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_pwr_ex.h93 #define PVM_RISING_EDGE (0x00000001UL) /*!< Mask for rising edge set as PVM tr… macro
145 #define PWR_PVM_MODE_IT_RISING (PVM_MODE_IT | PVM_RISING_EDGE) /*!< Extern…
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_pwr_ex.c358 if ((sConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_pwr_ex.c780 if ((sConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_pwr_ex.c54 #define PVM_RISING_EDGE (0x01U) /*!< Mask for rising edge set as PVM trigger … macro
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_pwr_ex.h486 #define PVM_RISING_EDGE ((uint32_t)0x00000001) /*!< Mask for rising edge set as PVM trig… macro