| /bsp/wch/risc-v/Libraries/ch32_drivers/ |
| A D | drv_dac.c | 50 DAC_HandleTypeDef DAC_Handler; member 163 ch32_dac_obj[i].DAC_Handler = dac_config[i]; in ch32_dac_init() 165 if (ch32_dac_obj[i].DAC_Handler.Channel==DAC_Channel_1) in ch32_dac_init() 173 if (ch32_dac_obj[i].DAC_Handler.Channel==DAC_Channel_2) in ch32_dac_init() 182 DAC_Init(ch32_dac_obj[i].DAC_Handler.Channel,&ch32_dac_obj[i].DAC_Handler.Init); in ch32_dac_init() 185 …r(&ch32_dac_obj[i].ch32_dac_device, name_buf, &ch_dac_ops, &ch32_dac_obj[i].DAC_Handler) == RT_EOK) in ch32_dac_init()
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_dac.c | 35 DAC_HandleTypeDef DAC_Handler; member 193 stm32_dac_obj[i].DAC_Handler = dac_config[i]; in stm32_dac_init() 195 if (stm32_dac_obj[i].DAC_Handler.Instance == DAC1) in stm32_dac_init() 206 if (HAL_DAC_Init(&stm32_dac_obj[i].DAC_Handler) != HAL_OK) in stm32_dac_init() 214 …tm32_dac_obj[i].stm32_dac_device, name_buf, &stm_dac_ops, &stm32_dac_obj[i].DAC_Handler) == RT_EOK) in stm32_dac_init()
|
| /bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/source/iar/ |
| A D | startup_samd20.c | 87 void DAC_Handler ( void ); 134 #pragma weak DAC_Handler = Dummy_Handler macro 217 (void*) DAC_Handler, /* 23 Digital Analog Converter */
|
| /bsp/microchip/samc21/bsp/samc21/iar/iar/ |
| A D | startup_samc21.c | 99 #pragma weak DAC_Handler = Dummy_Handler macro 207 (void *)DAC_Handler, /* 28 Digital Analog Converter */
|
| /bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/source/arm/ |
| A D | startup_SAMD20.s | 104 DCD DAC_Handler ; 23 Digital Analog Converter 175 EXPORT DAC_Handler [WEAK] 201 DAC_Handler label
|
| /bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/source/gcc/ |
| A D | startup_samd20.c | 113 void DAC_Handler ( void ) __attribute__ ((weak, alias("Dummy_Handler"))); 191 (void*) DAC_Handler, /* 23 Digital Analog Converter */
|
| /bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/source/iar/ |
| A D | startup_samd21.c | 101 #pragma weak DAC_Handler = Dummy_Handler macro 196 (void*) DAC_Handler, /* 25 Digital Analog Converter */
|
| /bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/source/arm/ |
| A D | startup_SAMD21.s | 106 DCD DAC_Handler ; 25 Digital Analog Converter 181 EXPORT DAC_Handler [WEAK] 211 DAC_Handler label
|
| /bsp/microchip/samc21/bsp/samc21/armcc/Device/SAMC21/Source/ARM/ |
| A D | startup_SAMC21.s | 109 DCD DAC_Handler ; 28 Digital Analog Converter 185 EXPORT DAC_Handler [WEAK] 217 DAC_Handler label
|
| /bsp/microchip/samc21/bsp/samc21/gcc/gcc/ |
| A D | startup_samc21.c | 110 void DAC_Handler(void) __attribute__((weak, alias("Dummy_Handler"))); 213 .pfnDAC_Handler = (void *)DAC_Handler, /* 28 Digital Analog Converter */
|
| /bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/source/gcc/ |
| A D | startup_samd21.c | 114 void DAC_Handler ( void ) __attribute__ ((weak, alias("Dummy_Handler"))); 204 .pfnDAC_Handler = (void*) DAC_Handler, /* 25 Digital Analog Converter */
|
| /bsp/samd21/sam_d2x_asflib/sam0/drivers/dac/dac_sam_d_c_h/ |
| A D | dac_callback.c | 383 void DAC_Handler(void) in DAC_Handler() function
|
| /bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/ |
| A D | samd20e14.h | 208 void DAC_Handler ( void );
|
| A D | samd20e15.h | 208 void DAC_Handler ( void );
|
| A D | samd20g14.h | 209 void DAC_Handler ( void );
|
| A D | samd20g15.h | 209 void DAC_Handler ( void );
|
| A D | samd20g16.h | 209 void DAC_Handler ( void );
|
| A D | samd20g17.h | 209 void DAC_Handler ( void );
|
| A D | samd20g17u.h | 209 void DAC_Handler ( void );
|
| A D | samd20g18.h | 209 void DAC_Handler ( void );
|
| A D | samd20g18u.h | 209 void DAC_Handler ( void );
|
| A D | samd20e16.h | 208 void DAC_Handler ( void );
|
| A D | samd20e17.h | 208 void DAC_Handler ( void );
|
| A D | samd20e18.h | 208 void DAC_Handler ( void );
|
| A D | samd20j14.h | 216 void DAC_Handler ( void );
|