Home
last modified time | relevance | path

Searched defs:REG (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/riscv/include/riscv/
Dcsr.h136 #define _CSR_STRINGIFY(REG) #REG /* needed so the 'reg' argument can be a macro or a register name … argument
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/include/
Dsoc_support.h22 #define READ_REG(REG) (*((volatile uint32_t *)(REG))) argument
23 #define WRITE_REG(REG, VAL) *((volatile uint32_t *)(REG)) = (VAL) argument