Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc.h125 #define ASSERT_IF_DPORT_REG(_r, OP) TRY_STATIC_ASSERT(!IS_DPORT_REG(_r), (Cannot use OP for DPORT … argument
127 #define ASSERT_IF_DPORT_REG(_r, OP) argument
/hal_espressif-3.6.0/components/esp_system/
Deh_frame_parser.c217 #define DW_GET_OPCODE(OP) ((OP) >> 6) argument
218 #define DW_GET_PARAM(OP) ((OP) & 0b111111) argument
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc.h96 #define ASSERT_IF_DPORT_REG(_r, OP) TRY_STATIC_ASSERT(!IS_DPORT_REG(_r), (Cannot use OP for DPORT … argument
98 #define ASSERT_IF_DPORT_REG(_r, OP) argument
/hal_espressif-3.6.0/components/spi_flash/
Desp_flash_api.c472 #define VERIFY_CHIP_OP(OP) do { \ argument