Searched refs:IS_DAC (Results 1 – 3 of 3) sorted by relevance
64 Assert_Param(IS_DAC(HT_DACn)); in DAC_DeInit()91 Assert_Param(IS_DAC(HT_DACn)); in DAC_ModeConfig()115 Assert_Param(IS_DAC(HT_DACn)); in DAC_ReferenceConfig()140 Assert_Param(IS_DAC(HT_DACn)); in DAC_ResolutionConfig()162 Assert_Param(IS_DAC(HT_DACn)); in DAC_OutBufCmd()191 Assert_Param(IS_DAC(HT_DACn)); in DAC_Cmd()220 Assert_Param(IS_DAC(HT_DACn)); in DAC_SetData()240 Assert_Param(IS_DAC(HT_DACn)); in DAC_GetOutData()
61 #define IS_DAC(x) (x == HT_DACDUAL16) macro108 Assert_Param(IS_DAC(DACx)); in DACD16_DataSourceConfig()138 Assert_Param(IS_DAC(DACx)); in DACD16_SetChannelData()165 Assert_Param(IS_DAC(DACx)); in DACD16_SoftwareStartConvCmd()
65 #define IS_DAC(DAC) (((DAC) == HT_DAC0) || ((DAC) == HT_DAC1)) macro67 #define IS_DAC(DAC) ((DAC) == HT_DAC0)
Completed in 5 milliseconds