Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_pwr_ex.c199 #define PVM_RISING_EDGE (1U) /*!< Mask for rising… macro
1261 if ((pConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
1294 if ((pConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
1327 if ((pConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
1360 if ((pConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
1393 if ((pConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
1426 if ((pConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
/hal_stm32-latest/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-latest/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-latest/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-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_pwr_ex.c117 #define PVM_RISING_EDGE 0x00000001U /*!< Mask for rising edge set as PVM trigger … macro
660 if ((sConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
691 if ((sConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
721 if ((sConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
/hal_stm32-latest/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-latest/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-latest/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-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_pwr_ex.c140 if ((sConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
/hal_stm32-latest/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-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_pwr_ex.c358 if ((sConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_pwr_ex.c780 if ((sConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_pwr_ex.h301 #define PVM_RISING_EDGE ((uint32_t)0x00000001) /*!< Mask for rising edge set as PVM trigger … macro
/hal_stm32-latest/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-latest/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