Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/soc/esp32s2/include/soc/
Dsoc.h114 #define ASSERT_IF_DPORT_REG(_r, OP) TRY_STATIC_ASSERT(!IS_DPORT_REG(_r), (Cannot use OP for DPORT … argument
116 #define ASSERT_IF_DPORT_REG(_r, OP) argument
/hal_espressif-2.7.6/components/soc/esp32/include/soc/
Dsoc.h98 #define ASSERT_IF_DPORT_REG(_r, OP) TRY_STATIC_ASSERT(!IS_DPORT_REG(_r), (Cannot use OP for DPORT … argument
100 #define ASSERT_IF_DPORT_REG(_r, OP) argument
/hal_espressif-2.7.6/components/spi_flash/
Desp_flash_api.c331 #define VERIFY_CHIP_OP(OP) do { \ argument