Home
last modified time | relevance | path

Searched refs:Alignment (Results 1 – 25 of 68) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_dac_ex.c221 HAL_StatusTypeDef HAL_DACEx_DualSetValue(DAC_HandleTypeDef* hdac, uint32_t Alignment, uint32_t Data… in HAL_DACEx_DualSetValue() argument
226 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DACEx_DualSetValue()
231 if (Alignment == DAC_ALIGN_8B_R) in HAL_DACEx_DualSetValue()
241 tmp += DAC_DHR12RD_ALIGNMENT(Alignment); in HAL_DACEx_DualSetValue()
390 …MA(DAC_HandleTypeDef* hdac, uint32_t Channel, uint32_t* pData, uint32_t Length, uint32_t Alignment) in HAL_DAC_Start_DMA() argument
396 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_Start_DMA()
419 switch(Alignment) in HAL_DAC_Start_DMA()
453 switch(Alignment) in HAL_DAC_Start_DMA()
648 HAL_StatusTypeDef HAL_DAC_SetValue(DAC_HandleTypeDef* hdac, uint32_t Channel, uint32_t Alignment, u… in HAL_DAC_SetValue() argument
654 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_SetValue()
[all …]
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_dac_ex.c112 HAL_StatusTypeDef HAL_DAC_SetValue(DAC_HandleTypeDef* hdac, uint32_t Channel, uint32_t Alignment, u… in HAL_DAC_SetValue() argument
118 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_SetValue()
128 tmp += DAC_DHR12R1_ALIGNMENT(Alignment); in HAL_DAC_SetValue()
136 tmp += DAC_DHR12R2_ALIGNMENT(Alignment); in HAL_DAC_SetValue()
170 HAL_StatusTypeDef HAL_DACEx_DualSetValue(DAC_HandleTypeDef* hdac, uint32_t Alignment, uint32_t Data… in HAL_DACEx_DualSetValue() argument
175 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DACEx_DualSetValue()
180 if (Alignment == DAC_ALIGN_8B_R) in HAL_DACEx_DualSetValue()
190 tmp += DAC_DHR12RD_ALIGNMENT(Alignment); in HAL_DACEx_DualSetValue()
360 …MA(DAC_HandleTypeDef* hdac, uint32_t Channel, uint32_t* pData, uint32_t Length, uint32_t Alignment) in HAL_DAC_Start_DMA() argument
366 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_Start_DMA()
[all …]
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_dac_ex.c345 …MA(DAC_HandleTypeDef* hdac, uint32_t Channel, uint32_t* pData, uint32_t Length, uint32_t Alignment) in HAL_DAC_Start_DMA() argument
351 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_Start_DMA()
374 switch(Alignment) in HAL_DAC_Start_DMA()
407 switch(Alignment) in HAL_DAC_Start_DMA()
511 …MA(DAC_HandleTypeDef* hdac, uint32_t Channel, uint32_t* pData, uint32_t Length, uint32_t Alignment) in HAL_DAC_Start_DMA() argument
517 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_Start_DMA()
538 switch(Alignment) in HAL_DAC_Start_DMA()
1045 HAL_StatusTypeDef HAL_DACEx_DualSetValue(DAC_HandleTypeDef* hdac, uint32_t Alignment, uint32_t Data… in HAL_DACEx_DualSetValue() argument
1050 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DACEx_DualSetValue()
1055 if (Alignment == DAC_ALIGN_8B_R) in HAL_DACEx_DualSetValue()
[all …]
Dstm32f0xx_hal_dac.c519 …MA(DAC_HandleTypeDef* hdac, uint32_t Channel, uint32_t* pData, uint32_t Length, uint32_t Alignment) in HAL_DAC_Start_DMA() argument
526 UNUSED(Alignment); in HAL_DAC_Start_DMA()
628 HAL_StatusTypeDef HAL_DAC_SetValue(DAC_HandleTypeDef* hdac, uint32_t Channel, uint32_t Alignment, u… in HAL_DAC_SetValue() argument
634 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_SetValue()
640 tmp += DAC_DHR12R1_ALIGNMENT(Alignment); in HAL_DAC_SetValue()
644 tmp += DAC_DHR12R2_ALIGNMENT(Alignment); in HAL_DAC_SetValue()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dac.c670 uint32_t Alignment) in HAL_DAC_Start_DMA() argument
677 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_Start_DMA()
698 switch (Alignment) in HAL_DAC_Start_DMA()
764 uint32_t Alignment) in HAL_DAC_Start_DMA() argument
771 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_Start_DMA()
794 switch (Alignment) in HAL_DAC_Start_DMA()
827 switch (Alignment) in HAL_DAC_Start_DMA()
1035 HAL_StatusTypeDef HAL_DAC_SetValue(DAC_HandleTypeDef *hdac, uint32_t Channel, uint32_t Alignment, u… in HAL_DAC_SetValue() argument
1041 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_SetValue()
1047 tmp += DAC_DHR12R1_ALIGNMENT(Alignment); in HAL_DAC_SetValue()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dac_ex.c214 … const uint32_t *pData, uint32_t Length, uint32_t Alignment) in HAL_DACEx_DualStart_DMA() argument
227 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DACEx_DualStart_DMA()
264 switch (Alignment) in HAL_DACEx_DualStart_DMA()
511 HAL_StatusTypeDef HAL_DACEx_DualSetValue(DAC_HandleTypeDef *hdac, uint32_t Alignment, uint32_t Data… in HAL_DACEx_DualSetValue() argument
523 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DACEx_DualSetValue()
528 if (Alignment == DAC_ALIGN_8B_R) in HAL_DACEx_DualSetValue()
538 tmp += DAC_DHR12RD_ALIGNMENT(Alignment); in HAL_DACEx_DualSetValue()
Dstm32h7xx_hal_dac.c614 uint32_t Alignment) in HAL_DAC_Start_DMA() argument
627 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_Start_DMA()
650 switch (Alignment) in HAL_DAC_Start_DMA()
682 switch (Alignment) in HAL_DAC_Start_DMA()
875 HAL_StatusTypeDef HAL_DAC_SetValue(DAC_HandleTypeDef *hdac, uint32_t Channel, uint32_t Alignment, u… in HAL_DAC_SetValue() argument
887 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_SetValue()
893 tmp += DAC_DHR12R1_ALIGNMENT(Alignment); in HAL_DAC_SetValue()
898 tmp += DAC_DHR12R2_ALIGNMENT(Alignment); in HAL_DAC_SetValue()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_dac_ex.c214 … const uint32_t *pData, uint32_t Length, uint32_t Alignment) in HAL_DACEx_DualStart_DMA() argument
227 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DACEx_DualStart_DMA()
264 switch (Alignment) in HAL_DACEx_DualStart_DMA()
511 HAL_StatusTypeDef HAL_DACEx_DualSetValue(DAC_HandleTypeDef *hdac, uint32_t Alignment, uint32_t Data… in HAL_DACEx_DualSetValue() argument
523 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DACEx_DualSetValue()
528 if (Alignment == DAC_ALIGN_8B_R) in HAL_DACEx_DualSetValue()
538 tmp += DAC_DHR12RD_ALIGNMENT(Alignment); in HAL_DACEx_DualSetValue()
Dstm32l5xx_hal_dac.c621 uint32_t Alignment) in HAL_DAC_Start_DMA() argument
634 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_Start_DMA()
657 switch (Alignment) in HAL_DAC_Start_DMA()
689 switch (Alignment) in HAL_DAC_Start_DMA()
882 HAL_StatusTypeDef HAL_DAC_SetValue(DAC_HandleTypeDef *hdac, uint32_t Channel, uint32_t Alignment, u… in HAL_DAC_SetValue() argument
894 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_SetValue()
900 tmp += DAC_DHR12R1_ALIGNMENT(Alignment); in HAL_DAC_SetValue()
905 tmp += DAC_DHR12R2_ALIGNMENT(Alignment); in HAL_DAC_SetValue()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_dac.c548 uint32_t Alignment) in HAL_DAC_Start_DMA() argument
561 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_Start_DMA()
584 switch (Alignment) in HAL_DAC_Start_DMA()
616 switch (Alignment) in HAL_DAC_Start_DMA()
809 HAL_StatusTypeDef HAL_DAC_SetValue(DAC_HandleTypeDef *hdac, uint32_t Channel, uint32_t Alignment, u… in HAL_DAC_SetValue() argument
821 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_SetValue()
827 tmp += DAC_DHR12R1_ALIGNMENT(Alignment); in HAL_DAC_SetValue()
832 tmp += DAC_DHR12R2_ALIGNMENT(Alignment); in HAL_DAC_SetValue()
Dstm32f2xx_hal_dac_ex.c289 HAL_StatusTypeDef HAL_DACEx_DualSetValue(DAC_HandleTypeDef *hdac, uint32_t Alignment, uint32_t Data… in HAL_DACEx_DualSetValue() argument
301 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DACEx_DualSetValue()
306 if (Alignment == DAC_ALIGN_8B_R) in HAL_DACEx_DualSetValue()
316 tmp += DAC_DHR12RD_ALIGNMENT(Alignment); in HAL_DACEx_DualSetValue()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_dac.c533 uint32_t Alignment) in HAL_DAC_Start_DMA() argument
546 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_Start_DMA()
569 switch (Alignment) in HAL_DAC_Start_DMA()
601 switch (Alignment) in HAL_DAC_Start_DMA()
794 HAL_StatusTypeDef HAL_DAC_SetValue(DAC_HandleTypeDef *hdac, uint32_t Channel, uint32_t Alignment, u… in HAL_DAC_SetValue() argument
806 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_SetValue()
812 tmp += DAC_DHR12R1_ALIGNMENT(Alignment); in HAL_DAC_SetValue()
817 tmp += DAC_DHR12R2_ALIGNMENT(Alignment); in HAL_DAC_SetValue()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_dac.c555 uint32_t Alignment) in HAL_DAC_Start_DMA() argument
568 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_Start_DMA()
591 switch (Alignment) in HAL_DAC_Start_DMA()
623 switch (Alignment) in HAL_DAC_Start_DMA()
830 HAL_StatusTypeDef HAL_DAC_SetValue(DAC_HandleTypeDef *hdac, uint32_t Channel, uint32_t Alignment, u… in HAL_DAC_SetValue() argument
842 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_SetValue()
848 tmp += DAC_DHR12R1_ALIGNMENT(Alignment); in HAL_DAC_SetValue()
853 tmp += DAC_DHR12R2_ALIGNMENT(Alignment); in HAL_DAC_SetValue()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dac.c535 uint32_t Alignment) in HAL_DAC_Start_DMA() argument
548 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_Start_DMA()
571 switch (Alignment) in HAL_DAC_Start_DMA()
603 switch (Alignment) in HAL_DAC_Start_DMA()
796 HAL_StatusTypeDef HAL_DAC_SetValue(DAC_HandleTypeDef *hdac, uint32_t Channel, uint32_t Alignment, u… in HAL_DAC_SetValue() argument
808 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_SetValue()
814 tmp += DAC_DHR12R1_ALIGNMENT(Alignment); in HAL_DAC_SetValue()
819 tmp += DAC_DHR12R2_ALIGNMENT(Alignment); in HAL_DAC_SetValue()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_dac.c546 uint32_t Alignment) in HAL_DAC_Start_DMA() argument
559 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_Start_DMA()
582 switch (Alignment) in HAL_DAC_Start_DMA()
614 switch (Alignment) in HAL_DAC_Start_DMA()
807 HAL_StatusTypeDef HAL_DAC_SetValue(DAC_HandleTypeDef *hdac, uint32_t Channel, uint32_t Alignment, u… in HAL_DAC_SetValue() argument
819 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_SetValue()
825 tmp += DAC_DHR12R1_ALIGNMENT(Alignment); in HAL_DAC_SetValue()
830 tmp += DAC_DHR12R2_ALIGNMENT(Alignment); in HAL_DAC_SetValue()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_dac.c608 uint32_t Alignment) in HAL_DAC_Start_DMA() argument
621 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_Start_DMA()
644 switch (Alignment) in HAL_DAC_Start_DMA()
676 switch (Alignment) in HAL_DAC_Start_DMA()
869 HAL_StatusTypeDef HAL_DAC_SetValue(DAC_HandleTypeDef *hdac, uint32_t Channel, uint32_t Alignment, u… in HAL_DAC_SetValue() argument
881 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_SetValue()
887 tmp += DAC_DHR12R1_ALIGNMENT(Alignment); in HAL_DAC_SetValue()
892 tmp += DAC_DHR12R2_ALIGNMENT(Alignment); in HAL_DAC_SetValue()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_dac.c625 …MA(DAC_HandleTypeDef *hdac, uint32_t Channel, uint32_t *pData, uint32_t Length, uint32_t Alignment) in HAL_DAC_Start_DMA() argument
633 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_Start_DMA()
656 switch (Alignment) in HAL_DAC_Start_DMA()
689 switch (Alignment) in HAL_DAC_Start_DMA()
888 HAL_StatusTypeDef HAL_DAC_SetValue(DAC_HandleTypeDef *hdac, uint32_t Channel, uint32_t Alignment, u… in HAL_DAC_SetValue() argument
894 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_SetValue()
900 tmp += DAC_DHR12R1_ALIGNMENT(Alignment); in HAL_DAC_SetValue()
904 tmp += DAC_DHR12R2_ALIGNMENT(Alignment); in HAL_DAC_SetValue()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_dac_ex.c225 … const uint32_t *pData, uint32_t Length, uint32_t Alignment) in HAL_DACEx_DualStart_DMA() argument
240 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DACEx_DualStart_DMA()
277 switch (Alignment) in HAL_DACEx_DualStart_DMA()
592 HAL_StatusTypeDef HAL_DACEx_DualSetValue(DAC_HandleTypeDef *hdac, uint32_t Alignment, uint32_t Data… in HAL_DACEx_DualSetValue() argument
604 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DACEx_DualSetValue()
609 if (Alignment == DAC_ALIGN_8B_R) in HAL_DACEx_DualSetValue()
619 tmp += DAC_DHR12RD_ALIGNMENT(Alignment); in HAL_DACEx_DualSetValue()
Dstm32h5xx_hal_dac.c641 uint32_t Alignment) in HAL_DAC_Start_DMA() argument
657 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_Start_DMA()
680 switch (Alignment) in HAL_DAC_Start_DMA()
712 switch (Alignment) in HAL_DAC_Start_DMA()
1049 HAL_StatusTypeDef HAL_DAC_SetValue(DAC_HandleTypeDef *hdac, uint32_t Channel, uint32_t Alignment, u… in HAL_DAC_SetValue() argument
1061 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_SetValue()
1071 tmp += DAC_DHR12R1_ALIGNMENT(Alignment); in HAL_DAC_SetValue()
1076 tmp += DAC_DHR12R2_ALIGNMENT(Alignment); in HAL_DAC_SetValue()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_dac.c690 uint32_t Alignment) in HAL_DAC_Start_DMA() argument
704 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_Start_DMA()
727 switch (Alignment) in HAL_DAC_Start_DMA()
759 switch (Alignment) in HAL_DAC_Start_DMA()
968 HAL_StatusTypeDef HAL_DAC_SetValue(DAC_HandleTypeDef *hdac, uint32_t Channel, uint32_t Alignment, u… in HAL_DAC_SetValue() argument
980 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_SetValue()
990 tmp += DAC_DHR12R1_ALIGNMENT(Alignment); in HAL_DAC_SetValue()
995 tmp += DAC_DHR12R2_ALIGNMENT(Alignment); in HAL_DAC_SetValue()
Dstm32g4xx_hal_dac_ex.c233 … const uint32_t *pData, uint32_t Length, uint32_t Alignment) in HAL_DACEx_DualStart_DMA() argument
249 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DACEx_DualStart_DMA()
286 switch (Alignment) in HAL_DACEx_DualStart_DMA()
754 HAL_StatusTypeDef HAL_DACEx_DualSetValue(DAC_HandleTypeDef *hdac, uint32_t Alignment, uint32_t Data… in HAL_DACEx_DualSetValue() argument
766 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DACEx_DualSetValue()
771 if (Alignment == DAC_ALIGN_8B_R) in HAL_DACEx_DualSetValue()
781 tmp += DAC_DHR12RD_ALIGNMENT(Alignment); in HAL_DACEx_DualSetValue()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dac_ex.c232 … const uint32_t *pData, uint32_t Length, uint32_t Alignment) in HAL_DACEx_DualStart_DMA() argument
247 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DACEx_DualStart_DMA()
284 switch (Alignment) in HAL_DACEx_DualStart_DMA()
599 HAL_StatusTypeDef HAL_DACEx_DualSetValue(DAC_HandleTypeDef *hdac, uint32_t Alignment, uint32_t Data… in HAL_DACEx_DualSetValue() argument
611 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DACEx_DualSetValue()
616 if (Alignment == DAC_ALIGN_8B_R) in HAL_DACEx_DualSetValue()
626 tmp += DAC_DHR12RD_ALIGNMENT(Alignment); in HAL_DACEx_DualSetValue()
Dstm32u5xx_hal_dac.c645 uint32_t Alignment) in HAL_DAC_Start_DMA() argument
661 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_Start_DMA()
684 switch (Alignment) in HAL_DAC_Start_DMA()
716 switch (Alignment) in HAL_DAC_Start_DMA()
1053 HAL_StatusTypeDef HAL_DAC_SetValue(DAC_HandleTypeDef *hdac, uint32_t Channel, uint32_t Alignment, u… in HAL_DAC_SetValue() argument
1065 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_SetValue()
1075 tmp += DAC_DHR12R1_ALIGNMENT(Alignment); in HAL_DAC_SetValue()
1080 tmp += DAC_DHR12R2_ALIGNMENT(Alignment); in HAL_DAC_SetValue()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_dac.c562 uint32_t Alignment) in HAL_DAC_Start_DMA() argument
569 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_Start_DMA()
592 switch (Alignment) in HAL_DAC_Start_DMA()
722 HAL_StatusTypeDef HAL_DAC_SetValue(DAC_HandleTypeDef *hdac, uint32_t Channel, uint32_t Alignment, u… in HAL_DAC_SetValue() argument
728 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_SetValue()
734 tmp += DAC_DHR12R1_ALIGNMENT(Alignment); in HAL_DAC_SetValue()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_dac.c546 uint32_t Alignment) in HAL_DAC_Start_DMA() argument
559 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_Start_DMA()
582 switch (Alignment) in HAL_DAC_Start_DMA()
718 HAL_StatusTypeDef HAL_DAC_SetValue(DAC_HandleTypeDef *hdac, uint32_t Channel, uint32_t Alignment, u… in HAL_DAC_SetValue() argument
730 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_SetValue()
736 tmp += DAC_DHR12R1_ALIGNMENT(Alignment); in HAL_DAC_SetValue()

123