Home
last modified time | relevance | path

Searched refs:MsbOnly (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_mdf.c1095 assert_param(IS_FUNCTIONAL_STATE(pDmaConfig->MsbOnly)); in HAL_MDF_AcqStart_DMA()
1153 SrcAddress = (pDmaConfig->MsbOnly == ENABLE) ? (((uint32_t) &hmdf->Instance->DFLTDR) + 2U) : in HAL_MDF_AcqStart_DMA()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_mdf.h269 FunctionalState MsbOnly; /*!< Transfer only the 16MSB of the acquistion data */ member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_mdf.c1485 assert_param(IS_FUNCTIONAL_STATE(pDmaConfig->MsbOnly)); in HAL_MDF_AcqStart_DMA()
1569 SrcAddress = (pDmaConfig->MsbOnly == ENABLE) ? (((uint32_t) &hmdf->Instance->DFLTDR) + 2U) : in HAL_MDF_AcqStart_DMA()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_mdf.c1489 assert_param(IS_FUNCTIONAL_STATE(pDmaConfig->MsbOnly)); in HAL_MDF_AcqStart_DMA()
1573 SrcAddress = (pDmaConfig->MsbOnly == ENABLE) ? (((uint32_t) &hmdf->Instance->DFLTDR) + 2U) : in HAL_MDF_AcqStart_DMA()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_mdf.h320 FunctionalState MsbOnly; /*!< Transfer only the 16MSB of the acquistion data */ member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_mdf.h318 FunctionalState MsbOnly; /*!< Transfer only the 16MSB of the acquistion data */ member