Home
last modified time | relevance | path

Searched refs:IS_DAC_SAWTOOTH_POLARITY (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_dac_ex.h253 #define IS_DAC_SAWTOOTH_POLARITY(POLARITY) (((POLARITY) == DAC_SAWTOOTH_POLARITY_DECREMENT) || \ macro
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_dac_ex.c570 assert_param(IS_DAC_SAWTOOTH_POLARITY(Polarity)); in HAL_DACEx_SawtoothWaveGenerate()