Home
last modified time | relevance | path

Searched refs:delayed_protection_status (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c6240 uint32_t delayed_protection_status; in HAL_HRTIM_GetDelayedProtectionStatus() local
6257 delayed_protection_status = HRTIM_OUTPUTLEVEL_ACTIVE; in HAL_HRTIM_GetDelayedProtectionStatus()
6262 delayed_protection_status = HRTIM_OUTPUTLEVEL_INACTIVE; in HAL_HRTIM_GetDelayedProtectionStatus()
6276 delayed_protection_status = HRTIM_OUTPUTLEVEL_ACTIVE; in HAL_HRTIM_GetDelayedProtectionStatus()
6281 delayed_protection_status = HRTIM_OUTPUTLEVEL_INACTIVE; in HAL_HRTIM_GetDelayedProtectionStatus()
6288 delayed_protection_status = 0xFFFFFFFFUL; in HAL_HRTIM_GetDelayedProtectionStatus()
6293 return delayed_protection_status; in HAL_HRTIM_GetDelayedProtectionStatus()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c6384 uint32_t delayed_protection_status; in HAL_HRTIM_GetDelayedProtectionStatus() local
6401 delayed_protection_status = HRTIM_OUTPUTLEVEL_ACTIVE; in HAL_HRTIM_GetDelayedProtectionStatus()
6406 delayed_protection_status = HRTIM_OUTPUTLEVEL_INACTIVE; in HAL_HRTIM_GetDelayedProtectionStatus()
6420 delayed_protection_status = HRTIM_OUTPUTLEVEL_ACTIVE; in HAL_HRTIM_GetDelayedProtectionStatus()
6425 delayed_protection_status = HRTIM_OUTPUTLEVEL_INACTIVE; in HAL_HRTIM_GetDelayedProtectionStatus()
6432 delayed_protection_status = 0xFFFFFFFFUL; in HAL_HRTIM_GetDelayedProtectionStatus()
6437 return delayed_protection_status; in HAL_HRTIM_GetDelayedProtectionStatus()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c7771 uint32_t delayed_protection_status; in HAL_HRTIM_GetDelayedProtectionStatus() local
7789 delayed_protection_status = HRTIM_OUTPUTLEVEL_ACTIVE; in HAL_HRTIM_GetDelayedProtectionStatus()
7794 delayed_protection_status = HRTIM_OUTPUTLEVEL_INACTIVE; in HAL_HRTIM_GetDelayedProtectionStatus()
7809 delayed_protection_status = HRTIM_OUTPUTLEVEL_ACTIVE; in HAL_HRTIM_GetDelayedProtectionStatus()
7814 delayed_protection_status = HRTIM_OUTPUTLEVEL_INACTIVE; in HAL_HRTIM_GetDelayedProtectionStatus()
7821 delayed_protection_status = 0xFFFFFFFFUL; in HAL_HRTIM_GetDelayedProtectionStatus()
7826 return delayed_protection_status; in HAL_HRTIM_GetDelayedProtectionStatus()