|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| void | TIMEx_DMACommutationCplt (DMA_HandleTypeDef *hdma) |
| TIM DMA Commutation callback. More... | |
| void | TIMEx_DMACommutationHalfCplt (DMA_HandleTypeDef *hdma) |
| TIM DMA Commutation half complete callback. More... | |
| static void | TIM_CCxNChannelCmd (TIM_TypeDef *TIMx, uint32_t Channel, uint32_t ChannelNState) |
| Enables or disables the TIM Capture Compare Channel xN. More... | |
|
static |
Enables or disables the TIM Capture Compare Channel xN.
| TIMx | to select the TIM peripheral |
| Channel | specifies the TIM Channel This parameter can be one of the following values:
|
| ChannelNState | specifies the TIM Channel CCxNE bit new state. This parameter can be: TIM_CCxN_ENABLE or TIM_CCxN_Disable. |
| None |
Definition at line 2348 of file stm32l4xx_hal_tim_ex.c.
| void TIMEx_DMACommutationCplt | ( | DMA_HandleTypeDef * | hdma | ) |
TIM DMA Commutation callback.
| hdma | pointer to DMA handle. |
| None |
Definition at line 2302 of file stm32l4xx_hal_tim_ex.c.
| void TIMEx_DMACommutationHalfCplt | ( | DMA_HandleTypeDef * | hdma | ) |
TIM DMA Commutation half complete callback.
| hdma | pointer to DMA handle. |
| None |
Definition at line 2321 of file stm32l4xx_hal_tim_ex.c.