HAL_FORCE_MODIFY_U32_REG_FIELD is only used within ESP-IDF.
 
Symbols
loading (3/5)...
Files
loading (4/5)...
SummarySyntaxArgumentsReferences

Notes

This macro should only be called on register fields of xxx_struct.h type headers, as it depends on the presence of a 'val' field of the register union. Current implementation reads into a uint32_t instead of copy base_reg direclty to temp_reg. The reason being that C++ does not create a copy constructor for volatile structs.

References