Searched refs:DAC_T (Results 1 – 12 of 12) sorted by relevance
| /hal_nuvoton-latest/m48x/StdDriver/src/ |
| D | dac.c | 46 void DAC_Open(DAC_T *dac, in DAC_Open() 61 void DAC_Close(DAC_T *dac, uint32_t u32Ch) in DAC_Close() 74 uint32_t DAC_SetDelayTime(DAC_T *dac, uint32_t u32Delay) in DAC_SetDelayTime()
|
| /hal_nuvoton-latest/m2l31x/StdDriver/src/ |
| D | dac.c | 46 void DAC_Open(DAC_T *dac, in DAC_Open() 61 void DAC_Close(DAC_T *dac, uint32_t u32Ch) in DAC_Close() 74 uint32_t DAC_SetDelayTime(DAC_T *dac, uint32_t u32Delay) in DAC_SetDelayTime()
|
| /hal_nuvoton-latest/m46x/StdDriver/src/ |
| D | dac.c | 46 void DAC_Open(DAC_T *dac, in DAC_Open() 62 void DAC_Close(DAC_T *dac, uint32_t u32Ch) in DAC_Close() 76 uint32_t DAC_SetDelayTime(DAC_T *dac, uint32_t u32Delay) in DAC_SetDelayTime()
|
| /hal_nuvoton-latest/m46x/StdDriver/inc/ |
| D | dac.h | 254 void DAC_Open(DAC_T *dac, uint32_t u32Ch, uint32_t u32TrgSrc); 255 void DAC_Close(DAC_T *dac, uint32_t u32Ch); 256 uint32_t DAC_SetDelayTime(DAC_T *dac, uint32_t u32Delay);
|
| /hal_nuvoton-latest/m48x/StdDriver/inc/ |
| D | dac.h | 253 void DAC_Open(DAC_T *dac, uint32_t u32Ch, uint32_t u32TrgSrc); 254 void DAC_Close(DAC_T *dac, uint32_t u32Ch); 255 uint32_t DAC_SetDelayTime(DAC_T *dac, uint32_t u32Delay);
|
| /hal_nuvoton-latest/m2l31x/StdDriver/inc/ |
| D | dac.h | 254 void DAC_Open(DAC_T *dac, uint32_t u32Ch, uint32_t u32TrgSrc); 255 void DAC_Close(DAC_T *dac, uint32_t u32Ch); 256 uint32_t DAC_SetDelayTime(DAC_T *dac, uint32_t u32Delay);
|
| /hal_nuvoton-latest/m48x/Devices/M480/Include/ |
| D | dac_reg.h | 141 } DAC_T; typedef
|
| D | M480.h | 449 #define DAC0 ((DAC_T *) DAC0_BASE) 450 #define DAC1 ((DAC_T *) DAC1_BASE)
|
| /hal_nuvoton-latest/m46x/Devices/M460/Include/ |
| D | dac_reg.h | 164 } DAC_T; typedef
|
| D | m460.h | 547 #define DAC0 ((DAC_T *) DAC0_BASE) 548 #define DAC1 ((DAC_T *) DAC1_BASE)
|
| /hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/ |
| D | dac_reg.h | 166 } DAC_T; typedef
|
| D | M2L31.h | 493 #define DAC0 ((DAC_T *) DAC_BASE) 494 #define DAC1 ((DAC_T *) (DAC_BASE+0x40UL))
|