| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/ |
| A D | HAL_dac.c | 323 assert_param(IS_DAC_ALIGN(DAC_Align)); in DAC_SetChannel1Data() 343 assert_param(IS_DAC_ALIGN(DAC_Align)); in DAC_SetChannel2Data() 367 assert_param(IS_DAC_ALIGN(DAC_Align)); in DAC_SetDualChannelData()
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/ |
| A D | air32f10x_dac.c | 289 assert_param(IS_DAC_ALIGN(DAC_Align)); in DAC_SetChannel1Data() 314 assert_param(IS_DAC_ALIGN(DAC_Align)); in DAC_SetChannel2Data() 343 assert_param(IS_DAC_ALIGN(DAC_Align)); in DAC_SetDualChannelData()
|
| /bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/src/ |
| A D | n32g45x_dac.c | 320 assert_param(IS_DAC_ALIGN(DAC_Align)); in DAC_SetCh1Data() 344 assert_param(IS_DAC_ALIGN(DAC_Align)); in DAC_SetCh2Data() 372 assert_param(IS_DAC_ALIGN(DAC_Align)); in DAC_SetDualChData()
|
| /bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/src/ |
| A D | n32g4fr_dac.c | 320 assert_param(IS_DAC_ALIGN(DAC_Align)); in DAC_SetCh1Data() 344 assert_param(IS_DAC_ALIGN(DAC_Align)); in DAC_SetCh2Data() 372 assert_param(IS_DAC_ALIGN(DAC_Align)); in DAC_SetDualChData()
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/src/ |
| A D | n32wb452_dac.c | 320 assert_param(IS_DAC_ALIGN(DAC_Align)); in DAC_SetCh1Data() 344 assert_param(IS_DAC_ALIGN(DAC_Align)); in DAC_SetCh2Data() 372 assert_param(IS_DAC_ALIGN(DAC_Align)); in DAC_SetDualChData()
|
| /bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/src/ |
| A D | n32g45x_dac.c | 320 assert_param(IS_DAC_ALIGN(DAC_Align)); in DAC_SetCh1Data() 344 assert_param(IS_DAC_ALIGN(DAC_Align)); in DAC_SetCh2Data() 372 assert_param(IS_DAC_ALIGN(DAC_Align)); in DAC_SetDualChData()
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/ |
| A D | HAL_DAC.c | 359 if(!IS_DAC_ALIGN(Alignment)) return HAL_ERROR; in HAL_DAC_Start_DMA() 506 if(!IS_DAC_ALIGN(Alignment)) return HAL_ERROR; in HAL_DAC_SetValue() 547 if(!IS_DAC_ALIGN(Alignment)) return HAL_ERROR; in HAL_DACEx_DualSetValue()
|
| /bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/ |
| A D | n32l43x_dac.c | 314 assert_param(IS_DAC_ALIGN(DAC_Align)); in DAC_SetChData()
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/ |
| A D | n32l40x_dac.c | 314 assert_param(IS_DAC_ALIGN(DAC_Align)); in DAC_SetChData()
|
| /bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/ |
| A D | n32g43x_dac.c | 314 assert_param(IS_DAC_ALIGN(DAC_Align)); in DAC_SetChData()
|
| /bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/ |
| A D | n32l43x_dac.h | 224 #define IS_DAC_ALIGN(ALIGN) … macro
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/ |
| A D | n32l40x_dac.h | 224 #define IS_DAC_ALIGN(ALIGN) … macro
|
| /bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/ |
| A D | n32g43x_dac.h | 224 #define IS_DAC_ALIGN(ALIGN) … macro
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/ |
| A D | HAL_dac.h | 187 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_Align_12b_R) || \ macro
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_hal_dac_ex.c | 279 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DACEx_DualSetValue()
|
| A D | stm32l1xx_hal_dac.c | 541 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_Start_DMA() 792 assert_param(IS_DAC_ALIGN(Alignment)); in HAL_DAC_SetValue()
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/ |
| A D | air32f10x_dac.h | 189 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_Align_12b_R) || \ macro
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/ |
| A D | n32wb452_dac.h | 236 #define IS_DAC_ALIGN(ALIGN) … macro
|
| /bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/ |
| A D | n32g4fr_dac.h | 236 #define IS_DAC_ALIGN(ALIGN) … macro
|
| /bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/ |
| A D | n32g45x_dac.h | 236 #define IS_DAC_ALIGN(ALIGN) … macro
|
| /bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/inc/ |
| A D | n32g45x_dac.h | 236 #define IS_DAC_ALIGN(ALIGN) … macro
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_hal_dac.h | 363 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_ALIGN_12B_R) || \ macro
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/ |
| A D | HAL_DAC.h | 545 #define IS_DAC_ALIGN(ALIGN) (((ALIGN) == DAC_ALIGN_12B_R) || \ macro
|