Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_dac_ex.h256 #define IS_DAC_RESET_DATA(DATA) ((DATA) <= 0x00000FFFUL) macro
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_dac_ex.c571 assert_param(IS_DAC_RESET_DATA(ResetData)); in HAL_DACEx_SawtoothWaveGenerate()