Searched defs:at (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/xtensa/include/ |
D | xt_instr_macros.h | 11 #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/ |
D | bta_hf_client_api.c | 277 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/ |
D | twai_struct.h | 37 uint32_t at: 1; /* CMR.1 Abort Transmission */ member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | twai_struct.h | 38 uint32_t at: 1; /* CMR.1 Abort Transmission */ member
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | twai_struct.h | 37 uint32_t at: 1; /* CMR.1 Abort Transmission */ member
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | twai_struct.h | 37 uint32_t at: 1; /* CMR.1 Abort Transmission */ member
|
/hal_espressif-latest/components/xtensa/include/xtensa/ |
D | hal.h | 1152 uint32_t at; /* access rights, and memory type (and space for entry index) */ member
|