| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Source/ |
| A D | gd32vf103_dac.c | 63 if(DAC0 == dac_periph){ in dac_enable() 78 if(DAC0 == dac_periph){ in dac_disable() 93 if(DAC0 == dac_periph){ in dac_dma_enable() 108 if(DAC0 == dac_periph){ in dac_dma_disable() 123 if(DAC0 == dac_periph){ in dac_output_buffer_enable() 138 if(DAC0 == dac_periph){ in dac_output_buffer_disable() 154 if(DAC0 == dac_periph){ in dac_output_value_get() 178 if(DAC0 == dac_periph){ in dac_data_set() 223 if(DAC0 == dac_periph){ in dac_trigger_enable() 238 if(DAC0 == dac_periph){ in dac_trigger_disable() [all …]
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/ |
| A D | ald_dac.h | 219 #define DAC_CH0_ENABLE() (SET_BIT(DAC0->CH0CTRL, DAC_CH0CTRL_EN_MSK)) 220 #define DAC_CH1_ENABLE() (SET_BIT(DAC0->CH1CTRL, DAC_CH1CTRL_EN_MSK)) 221 #define DAC_CH0_DISABLE() (CLEAR_BIT(DAC0->CH0CTRL, DAC_CH0CTRL_EN_MSK)) 222 #define DAC_CH1_DISABLE() (CLEAR_BIT(DAC0->CH1CTRL, DAC_CH1CTRL_EN_MSK)) 235 #define IS_DAC_TYPE(x) ((x) == DAC0)
|
| /bsp/stm32/stm32l431-BearPi/applications/arduino_pinout/ |
| A D | pins_arduino.h | 31 #define DAC0 (16) macro 33 #define RTDUINO_PIN_MAX_LIMIT DAC0 /* pin number max limit check */
|
| A D | pins_arduino.c | 40 {DAC0, GET_PIN(A,5), "dac1", 2}, /* DAC */
|
| A D | README.md | 39 | DAC0 | PA5 | 否 | DAC1-CH2,默认被RT-Thread的DAC设备框架dac1接管 |
|
| /bsp/stm32/stm32f407-rt-spark/applications/arduino_pinout/ |
| A D | pins_arduino.h | 59 #define DAC0 (44) macro 61 #define RTDUINO_PIN_MAX_LIMIT DAC0 /* pin number max limit check */
|
| A D | pins_arduino.c | 68 {DAC0, GET_PIN(A, 4), "dac1", 1}, /* DAC */
|
| /bsp/stm32/stm32f407-lckfb-skystar/applications/arduino_pinout/ |
| A D | pins_arduino.h | 59 #define DAC0 (44) macro 61 #define RTDUINO_PIN_MAX_LIMIT DAC0 /* pin number max limit check */
|
| A D | pins_arduino.c | 68 {DAC0, GET_PIN(A, 4), "dac1", 1}, /* DAC */
|
| /bsp/stm32/stm32l475-atk-pandora/applications/arduino_pinout/ |
| A D | pins_arduino.h | 62 #define DAC0 (44) macro 64 #define RTDUINO_PIN_MAX_LIMIT DAC0 /* pin number max limit check */
|
| A D | README.md | 71 | DAC0 | PA4 | 3.6V容忍 | 真模拟输出 DAC1-CH1,默认被RT-Thread的DAC设备框架dac1接管 | 89 | PC4 | A1 | ADC | PA4 | DAC0 | DAC | 156 | 真模拟输出 (True Analog Output) | DAC0 | PA4 | 161 analogWrite(DAC0, 128);
|
| A D | pins_arduino.c | 69 {DAC0, GET_PIN(A,4), "dac1", 1}, /* DAC */
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/ |
| A D | ht32f5xxxx_rstcu.h | 177 unsigned long DAC0 :1; // Bit 21 member
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/ |
| A D | ht32f5xxxx_dac_dual16.c | 87 RSTCUReset.Bit.DAC0 = 1; in DACD16_DeInit()
|
| A D | ht32f5xxxx_dac.c | 68 RSTCUReset.Bit.DAC0 = 1; in DAC_DeInit()
|
| /bsp/efm32/Libraries/emlib/inc/ |
| A D | em_dac.h | 56 #define DAC_REF_VALID(ref) ((ref) == DAC0)
|
| /bsp/nuvoton/libraries/m460/rtt_port/ |
| A D | drv_dac.c | 57 .name = "dac0", .base = DAC0, .chn_msk = 0, .max_chn_num = 1,
|
| /bsp/nxp/mcx/mcxn/Libraries/drivers/ |
| A D | drv_dac.c | 41 .dac_base = DAC0,
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Include/ |
| A D | gd32vf103_dac.h | 43 #define DAC0 (0U) macro
|
| /bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/ |
| A D | efm32g880f128.h | 337 #define DAC0 ((DAC_TypeDef *) DAC0_BASE) /**< DAC0 base pointer */ macro
|
| A D | efm32g880f32.h | 337 #define DAC0 ((DAC_TypeDef *) DAC0_BASE) /**< DAC0 base pointer */ macro
|
| A D | efm32g880f64.h | 337 #define DAC0 ((DAC_TypeDef *) DAC0_BASE) /**< DAC0 base pointer */ macro
|
| A D | efm32g890f128.h | 337 #define DAC0 ((DAC_TypeDef *) DAC0_BASE) /**< DAC0 base pointer */ macro
|
| A D | efm32g890f32.h | 337 #define DAC0 ((DAC_TypeDef *) DAC0_BASE) /**< DAC0 base pointer */ macro
|
| A D | efm32g890f64.h | 337 #define DAC0 ((DAC_TypeDef *) DAC0_BASE) /**< DAC0 base pointer */ macro
|