Home
last modified time | relevance | path

Searched defs:at (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/xtensa/include/
Dxt_instr_macros.h11 #define RSR(reg, at) __asm__ volatile ("rsr %0, %1" : "=r" (at) : "i" (reg)) argument
12 #define WSR(reg, at) __asm__ volatile ("wsr %0, %1" : : "r" (at), "i" (reg)) argument
13 #define XSR(reg, at) __asm__ volatile ("xsr %0, %1" : "+r" (at) : "i" (reg)) argument
15 #define RER(reg, at) __asm__ volatile ("rer %0, %1" : "=r" (at) : "r" (reg)) argument
17 #define WITLB(at, as) __asm__ volatile ("witlb %0, %1; \n isync \n " : : "r" (at), "r" (as)) argument
18 #define WDTLB(at, as) __asm__ volatile ("wdtlb %0, %1; \n dsync \n " : : "r" (at), "r" (as)) argument
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_api.c277 void BTA_HfClientSendAT(UINT16 handle, tBTA_HF_CLIENT_AT_CMD_TYPE at, UINT32 val1, UINT32 val2, con… in BTA_HfClientSendAT()
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dtwai_struct.h37 uint32_t at: 1; /* CMR.1 Abort Transmission */ member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dtwai_struct.h38 uint32_t at: 1; /* CMR.1 Abort Transmission */ member
/hal_espressif-latest/components/soc/esp32/include/soc/
Dtwai_struct.h37 uint32_t at: 1; /* CMR.1 Abort Transmission */ member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dtwai_struct.h37 uint32_t at: 1; /* CMR.1 Abort Transmission */ member
/hal_espressif-latest/components/xtensa/include/xtensa/
Dhal.h1152 uint32_t at; /* access rights, and memory type (and space for entry index) */ member