Searched defs:REG (Results 1 – 2 of 2) sorted by relevance
136 #define _CSR_STRINGIFY(REG) #REG /* needed so the 'reg' argument can be a macro or a register name … argument
22 #define READ_REG(REG) (*((volatile uint32_t *)(REG))) argument23 #define WRITE_REG(REG, VAL) *((volatile uint32_t *)(REG)) = (VAL) argument