Home
last modified time | relevance | path

Searched refs:VAL (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.4.0/components/hal/platform_port/include/hal/
Dcheck.h17 #define STATIC_HAL_REG_CHECK(TAG, ENUM, VAL) _Static_assert((ENUM) == (VAL), #TAG": "#ENUM" definit… argument
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/include/
Dsoc_support.h23 #define WRITE_REG(REG, VAL) *((volatile uint32_t *)(REG)) = (VAL) argument