Searched refs:IS_DAC_SAWTOOTH_POLARITY (Results 1 – 2 of 2) sorted by relevance
253 #define IS_DAC_SAWTOOTH_POLARITY(POLARITY) (((POLARITY) == DAC_SAWTOOTH_POLARITY_DECREMENT) || \ macro
570 assert_param(IS_DAC_SAWTOOTH_POLARITY(Polarity)); in HAL_DACEx_SawtoothWaveGenerate()