Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/hal/platform_port/include/hal/
Dcheck.h11 #define STATIC_HAL_REG_CHECK(TAG, ENUM, VAL) ESP_STATIC_ASSERT((ENUM) == (VAL), #TAG": "#ENUM" defi… argument
/hal_espressif-3.7.0/tools/esptool_py/flasher_stub/include/
Dsoc_support.h23 #define WRITE_REG(REG, VAL) *((volatile uint32_t *)(REG)) = (VAL) argument