Home
last modified time | relevance | path

Searched refs:DeadTime (Results 1 – 13 of 13) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_lcd.c175 assert_param(IS_LCD_DEAD_TIME(hlcd->Init.DeadTime)); in HAL_LCD_Init()
217 … hlcd->Init.DeadTime | hlcd->Init.PulseOnDuration | hlcd->Init.Contrast | hlcd->Init.HighDrive)); in HAL_LCD_Init()
Dstm32l4xx_hal_tim_ex.c1669 assert_param(IS_TIM_DEADTIME(sBreakDeadTimeConfig->DeadTime)); in HAL_TIMEx_ConfigBreakDeadTime()
1682 MODIFY_REG(tmpbdtr, TIM_BDTR_DTG, sBreakDeadTimeConfig->DeadTime); in HAL_TIMEx_ConfigBreakDeadTime()
Dstm32l4xx_hal_dma2d.c1865 HAL_StatusTypeDef HAL_DMA2D_ConfigDeadTime(DMA2D_HandleTypeDef *hdma2d, uint8_t DeadTime) in HAL_DMA2D_ConfigDeadTime() argument
1873 …MODIFY_REG(hdma2d->Instance->AMTCR, DMA2D_AMTCR_DT, (((uint32_t) DeadTime) << DMA2D_AMTCR_DT_Pos)); in HAL_DMA2D_ConfigDeadTime()
Dstm32l4xx_ll_tim.c704 TIM_BDTRInitStruct->DeadTime = (uint8_t)0x00; in LL_TIM_BDTR_StructInit()
747 MODIFY_REG(tmpbdtr, TIM_BDTR_DTG, TIM_BDTRInitStruct->DeadTime); in LL_TIM_BDTR_Init()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_lcd.c213 assert_param(IS_LCD_DEAD_TIME(hlcd->Init.DeadTime)); in HAL_LCD_Init()
255 … hlcd->Init.DeadTime | hlcd->Init.PulseOnDuration | hlcd->Init.Contrast | hlcd->Init.HighDrive)); in HAL_LCD_Init()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_lcd.c205 assert_param(IS_LCD_DEAD_TIME(hlcd->Init.DeadTime)); in HAL_LCD_Init()
248 … hlcd->Init.DeadTime | hlcd->Init.PulseOnDuration | hlcd->Init.Contrast | hlcd->Init.HighDrive)); in HAL_LCD_Init()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_dma2d.h957 __STATIC_INLINE void LL_DMA2D_SetDeadTime(DMA2D_TypeDef *DMA2Dx, uint32_t DeadTime) in LL_DMA2D_SetDeadTime() argument
959 MODIFY_REG(DMA2Dx->AMTCR, DMA2D_AMTCR_DT, (DeadTime << DMA2D_AMTCR_DT_Pos)); in LL_DMA2D_SetDeadTime()
Dstm32l4xx_hal_dma2d.h565 HAL_StatusTypeDef HAL_DMA2D_ConfigDeadTime(DMA2D_HandleTypeDef *hdma2d, uint8_t DeadTime);
Dstm32l4xx_hal_lcd.h80 uint32_t DeadTime; /*!< Configures the LCD Dead Time. member
Dstm32l4xx_ll_tim.h479 uint8_t DeadTime; /*!< Specifies the delay time between the switching-off and the member
2538 __STATIC_INLINE void LL_TIM_OC_SetDeadTime(TIM_TypeDef *TIMx, uint32_t DeadTime) in LL_TIM_OC_SetDeadTime() argument
2540 MODIFY_REG(TIMx->BDTR, TIM_BDTR_DTG, DeadTime); in LL_TIM_OC_SetDeadTime()
Dstm32l4xx_hal_tim.h288 uint32_t DeadTime; /*!< TIM dead Time member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_lcd.h83 uint32_t DeadTime; /*!< Configures the LCD Dead Time. member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_lcd.h81 uint32_t DeadTime; /*!< Configures the LCD Dead Time. member