Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/soc/esp32/include/soc/
Dsoc.h100 #define ASSERT_IF_DPORT_REG(_r, OP) TRY_STATIC_ASSERT(!IS_DPORT_REG(_r), (Cannot use OP for DPORT … argument
102 #define ASSERT_IF_DPORT_REG(_r, OP) argument
/device/soc/esp/esp32/components/spi_flash/
Desp_flash_api.c331 #define VERIFY_CHIP_OP(OP) do { \ argument