Home
last modified time | relevance | path

Searched refs:pData2 (Results 1 – 12 of 12) sorted by relevance

/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_tim.c2958 …DMA(TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pData1, uint32_t *pData2, uint16_t Length) in HAL_TIM_Encoder_Start_DMA() argument
2969 if ((((pData1 == NULL) || (pData2 == NULL))) && (Length > 0U)) in HAL_TIM_Encoder_Start_DMA()
3019 …T(htim->hdma[TIM_DMA_ID_CC2], (uint32_t)&htim->Instance->CCR2, (uint32_t)pData2, Length) != HAL_OK) in HAL_TIM_Encoder_Start_DMA()
3057 …T(htim->hdma[TIM_DMA_ID_CC2], (uint32_t)&htim->Instance->CCR2, (uint32_t)pData2, Length) != HAL_OK) in HAL_TIM_Encoder_Start_DMA()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_tim.c2967 uint32_t *pData2, uint16_t Length) in HAL_TIM_Encoder_Start_DMA() argument
2978 if ((((pData1 == NULL) || (pData2 == NULL))) && (Length > 0U)) in HAL_TIM_Encoder_Start_DMA()
3028 …T(htim->hdma[TIM_DMA_ID_CC2], (uint32_t)&htim->Instance->CCR2, (uint32_t)pData2, Length) != HAL_OK) in HAL_TIM_Encoder_Start_DMA()
3066 …T(htim->hdma[TIM_DMA_ID_CC2], (uint32_t)&htim->Instance->CCR2, (uint32_t)pData2, Length) != HAL_OK) in HAL_TIM_Encoder_Start_DMA()
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Src/
H A Dstm32l0xx_hal_tim.c2875 …DMA(TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pData1, uint32_t *pData2, uint16_t Length) in HAL_TIM_Encoder_Start_DMA() argument
2886 if ((((pData1 == NULL) || (pData2 == NULL))) && (Length > 0U)) in HAL_TIM_Encoder_Start_DMA()
2936 …T(htim->hdma[TIM_DMA_ID_CC2], (uint32_t)&htim->Instance->CCR2, (uint32_t)pData2, Length) != HAL_OK) in HAL_TIM_Encoder_Start_DMA()
2974 …T(htim->hdma[TIM_DMA_ID_CC2], (uint32_t)&htim->Instance->CCR2, (uint32_t)pData2, Length) != HAL_OK) in HAL_TIM_Encoder_Start_DMA()
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_tim.c3440 uint32_t *pData2, uint16_t Length) in HAL_TIM_Encoder_Start_DMA() argument
3486 if ((pData2 == NULL) && (Length > 0U)) in HAL_TIM_Encoder_Start_DMA()
3515 if ((((pData1 == NULL) || (pData2 == NULL))) && (Length > 0U)) in HAL_TIM_Encoder_Start_DMA()
3569 …T(htim->hdma[TIM_DMA_ID_CC2], (uint32_t)&htim->Instance->CCR2, (uint32_t)pData2, Length) != HAL_OK) in HAL_TIM_Encoder_Start_DMA()
3607 …T(htim->hdma[TIM_DMA_ID_CC2], (uint32_t)&htim->Instance->CCR2, (uint32_t)pData2, Length) != HAL_OK) in HAL_TIM_Encoder_Start_DMA()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_tim.c2978 uint32_t *pData2, uint16_t Length) in HAL_TIM_Encoder_Start_DMA() argument
2989 if ((((pData1 == NULL) || (pData2 == NULL))) && (Length > 0U)) in HAL_TIM_Encoder_Start_DMA()
3039 …T(htim->hdma[TIM_DMA_ID_CC2], (uint32_t)&htim->Instance->CCR2, (uint32_t)pData2, Length) != HAL_OK) in HAL_TIM_Encoder_Start_DMA()
3077 …T(htim->hdma[TIM_DMA_ID_CC2], (uint32_t)&htim->Instance->CCR2, (uint32_t)pData2, Length) != HAL_OK) in HAL_TIM_Encoder_Start_DMA()
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/
H A Dstm32wbxx_hal_tim.c2986 uint32_t *pData2, uint16_t Length) in HAL_TIM_Encoder_Start_DMA() argument
2997 if ((((pData1 == NULL) || (pData2 == NULL))) && (Length > 0U)) in HAL_TIM_Encoder_Start_DMA()
3047 …T(htim->hdma[TIM_DMA_ID_CC2], (uint32_t)&htim->Instance->CCR2, (uint32_t)pData2, Length) != HAL_OK) in HAL_TIM_Encoder_Start_DMA()
3085 …T(htim->hdma[TIM_DMA_ID_CC2], (uint32_t)&htim->Instance->CCR2, (uint32_t)pData2, Length) != HAL_OK) in HAL_TIM_Encoder_Start_DMA()
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Inc/
H A Dstm32l0xx_hal_tim.h1584 …MA(TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pData1, uint32_t *pData2, uint16_t Length);
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_tim.h1899 uint32_t *pData2, uint16_t Length);
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_tim.h1843 …MA(TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pData1, uint32_t *pData2, uint16_t Length);
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/
H A Dstm32wbxx_hal_tim.h2079 uint32_t *pData2, uint16_t Length);
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_tim.h2116 uint32_t *pData2, uint16_t Length);
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_tim.h2209 uint32_t *pData2, uint16_t Length);