HAL
ADC_STATE_CLR_SET is only used within HAL.
 
Symbols
loading...
Files
loading...

ADC_STATE_CLR_SET macro

Simultaneously clears and sets specific bits of the handle State @note: ADC_STATE_CLR_SET() macro is merely aliased to generic macro MODIFY_REG(), the first parameter is the ADC handle State, the second parameter is the bit field to clear, the third and last parameter is the bit field to set.

Syntax

#define ADC_STATE_CLR_SET MODIFY_REG

Return value

None