Home
last modified time | relevance | path

Searched defs:WRITE_REG (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/Device/Include/
Dstm32l5xx.h153 #define WRITE_REG(REG, VAL) ((REG) = (VAL)) macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/Device/Include/
Dstm32u5xx.h161 #define WRITE_REG(REG, VAL) ((REG) = (VAL)) macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/Device/Include/
Dstm32h5xx.h156 #define WRITE_REG(REG, VAL) ((REG) = (VAL)) macro
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/common/
Dtests_hw_access_iot.h92 #define WRITE_REG(offset, val) { \ macro
Dtests_hw_access.h132 #define WRITE_REG(offset, val) { \ macro