Home
last modified time | relevance | path

Searched refs:PVM_MODE_EVT (Results 1 – 9 of 9) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_pwr_ex.c58 #define PVM_MODE_EVT 0x00020000U /*!< Mask for event yielded by PVM threshold cross… macro
703 if((sConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM()
736 if((sConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM()
768 if((sConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM()
799 if((sConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM()
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr_ex.c50 #define PVM_MODE_EVT ((uint32_t)0x00020000) /*!< Mask for event yielded by PVM thresh… macro
695 if ((sConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM()
726 if ((sConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM()
757 if ((sConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM()
788 if ((sConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM()
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pwr_ex.c63 #define PVM_MODE_EVT ((uint32_t)0x00020000) /*!< Mask for event yielded by PVM thresh… macro
996 if((sConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM()
1029 if((sConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM()
1061 if((sConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM()
1092 if((sConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr_ex.c246 #define PVM_MODE_EVT (0x08U) /*!< Mask for event yielded by PVM threshold crossing */ macro
1104 if ((pConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM()
1138 if ((pConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM()
1172 if ((pConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM()
1206 if ((pConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM()
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_pwr_ex.h168 #define PWR_PVM_MODE_EVENT_RISING (PVM_MODE_EVT | PVM_RISING_EDGE) /*!< Event Mo…
169 #define PWR_PVM_MODE_EVENT_FALLING (PVM_MODE_EVT | PVM_FALLING_EDGE) /*!< Event Mo…
170 #define PWR_PVM_MODE_EVENT_RISING_FALLING (PVM_MODE_EVT | PVM_RISING_FALLING_EDGE) /*!< Event Mo…
432 #define PVM_MODE_EVT (0x00020000U) /*!< Mask for event yielded by PVM threshold cross… macro
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_pwr_ex.c791 if ((sConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM()
823 if ((sConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM()
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_pwr_ex.c352 if ((sConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_pwr_ex.c57 #define PVM_MODE_EVT (0x08U) /*!< Mask for event yielded by PVM threshold crossing … macro
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_pwr_ex.h485 #define PVM_MODE_EVT ((uint32_t)0x00020000) /*!< Mask for event yielded by PVM thresh… macro