| /hal_espressif-latest/components/soc/esp32c6/include/soc/ |
| D | dport_access.h | 43 #define DPORT_REG_GET_BIT(_r, _b) (DPORT_REG_READ(_r) & (_b)) argument 46 #define DPORT_REG_SET_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r)|(_b))) argument 49 #define DPORT_REG_CLR_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r) & (~(_b)))) argument 52 #define DPORT_REG_SET_BITS(_r, _b, _m) DPORT_REG_WRITE((_r), ((DPORT_REG_READ(_r) & (~(_m))) | ((_b… argument 81 #define _DPORT_REG_SET_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r)|(_b))) argument 82 #define _DPORT_REG_CLR_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r) & (~(_b)))) argument
|
| D | soc.h | 48 #define REG_GET_BIT(_r, _b) ({ … argument 49 …(*(volatile uint32_t*)(_r) & (_b)); … 53 #define REG_SET_BIT(_r, _b) do { … argument 54 …*(volatile uint32_t*)(_r) = (*(volatile uint32_t*)(_r)) | (_b); … 58 #define REG_CLR_BIT(_r, _b) do { … argument 59 …*(volatile uint32_t*)(_r) = (*(volatile uint32_t*)(_r)) & (~(_b)); … 63 #define REG_SET_BITS(_r, _b, _m) do { … argument 64 …*(volatile uint32_t*)(_r) = (*(volatile uint32_t*)(_r) & ~(_m)) | ((_b) & (_m)); …
|
| /hal_espressif-latest/components/soc/esp32s3/include/soc/ |
| D | dport_access.h | 40 #define DPORT_REG_GET_BIT(_r, _b) (DPORT_REG_READ(_r) & (_b)) argument 43 #define DPORT_REG_SET_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r)|(_b))) argument 46 #define DPORT_REG_CLR_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r) & (~(_b)))) argument 49 #define DPORT_REG_SET_BITS(_r, _b, _m) DPORT_REG_WRITE((_r), ((DPORT_REG_READ(_r) & (~(_m))) | ((_b… argument 78 #define _DPORT_REG_SET_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r)|(_b))) argument 79 #define _DPORT_REG_CLR_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r) & (~(_b)))) argument
|
| D | soc.h | 61 #define REG_GET_BIT(_r, _b) ({ … argument 62 …(*(volatile uint32_t*)(_r) & (_b)); … 66 #define REG_SET_BIT(_r, _b) do { … argument 67 …*(volatile uint32_t*)(_r) = (*(volatile uint32_t*)(_r)) | (_b); … 71 #define REG_CLR_BIT(_r, _b) do { … argument 72 …*(volatile uint32_t*)(_r) = (*(volatile uint32_t*)(_r)) & (~(_b)); … 76 #define REG_SET_BITS(_r, _b, _m) do { … argument 77 …*(volatile uint32_t*)(_r) = (*(volatile uint32_t*)(_r) & ~(_m)) | ((_b) & (_m)); …
|
| /hal_espressif-latest/components/soc/esp32h2/include/soc/ |
| D | dport_access.h | 42 #define DPORT_REG_GET_BIT(_r, _b) (DPORT_REG_READ(_r) & (_b)) argument 45 #define DPORT_REG_SET_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r)|(_b))) argument 48 #define DPORT_REG_CLR_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r) & (~(_b)))) argument 51 #define DPORT_REG_SET_BITS(_r, _b, _m) DPORT_REG_WRITE((_r), ((DPORT_REG_READ(_r) & (~(_m))) | ((_b… argument 80 #define _DPORT_REG_SET_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r)|(_b))) argument 81 #define _DPORT_REG_CLR_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r) & (~(_b)))) argument
|
| D | soc.h | 46 #define REG_GET_BIT(_r, _b) ({ … argument 47 …(*(volatile uint32_t*)(_r) & (_b)); … 51 #define REG_SET_BIT(_r, _b) do { … argument 52 …*(volatile uint32_t*)(_r) = (*(volatile uint32_t*)(_r)) | (_b); … 56 #define REG_CLR_BIT(_r, _b) do { … argument 57 …*(volatile uint32_t*)(_r) = (*(volatile uint32_t*)(_r)) & (~(_b)); … 61 #define REG_SET_BITS(_r, _b, _m) do { … argument 62 …*(volatile uint32_t*)(_r) = (*(volatile uint32_t*)(_r) & ~(_m)) | ((_b) & (_m)); …
|
| /hal_espressif-latest/components/soc/esp32c3/include/soc/ |
| D | dport_access.h | 43 #define DPORT_REG_GET_BIT(_r, _b) (DPORT_REG_READ(_r) & (_b)) argument 46 #define DPORT_REG_SET_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r)|(_b))) argument 49 #define DPORT_REG_CLR_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r) & (~(_b)))) argument 52 #define DPORT_REG_SET_BITS(_r, _b, _m) DPORT_REG_WRITE((_r), ((DPORT_REG_READ(_r) & (~(_m))) | ((_b… argument 81 #define _DPORT_REG_SET_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r)|(_b))) argument 82 #define _DPORT_REG_CLR_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r) & (~(_b)))) argument
|
| D | soc.h | 46 #define REG_GET_BIT(_r, _b) ({ … argument 47 …(*(volatile uint32_t*)(_r) & (_b)); … 51 #define REG_SET_BIT(_r, _b) do { … argument 52 …*(volatile uint32_t*)(_r) = (*(volatile uint32_t*)(_r)) | (_b); … 56 #define REG_CLR_BIT(_r, _b) do { … argument 57 …*(volatile uint32_t*)(_r) = (*(volatile uint32_t*)(_r)) & (~(_b)); … 61 #define REG_SET_BITS(_r, _b, _m) do { … argument 62 …*(volatile uint32_t*)(_r) = (*(volatile uint32_t*)(_r) & ~(_m)) | ((_b) & (_m)); …
|
| /hal_espressif-latest/components/soc/esp32c2/include/soc/ |
| D | dport_access.h | 43 #define DPORT_REG_GET_BIT(_r, _b) (DPORT_REG_READ(_r) & (_b)) argument 46 #define DPORT_REG_SET_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r)|(_b))) argument 49 #define DPORT_REG_CLR_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r) & (~(_b)))) argument 52 #define DPORT_REG_SET_BITS(_r, _b, _m) DPORT_REG_WRITE((_r), ((DPORT_REG_READ(_r) & (~(_m))) | ((_b… argument 81 #define _DPORT_REG_SET_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r)|(_b))) argument 82 #define _DPORT_REG_CLR_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r) & (~(_b)))) argument
|
| D | soc.h | 54 #define REG_GET_BIT(_r, _b) ({ … argument 55 …(*(volatile uint32_t*)(_r) & (_b)); … 59 #define REG_SET_BIT(_r, _b) do { … argument 60 …*(volatile uint32_t*)(_r) = (*(volatile uint32_t*)(_r)) | (_b); … 64 #define REG_CLR_BIT(_r, _b) do { … argument 65 …*(volatile uint32_t*)(_r) = (*(volatile uint32_t*)(_r)) & (~(_b)); … 69 #define REG_SET_BITS(_r, _b, _m) do { … argument 70 …*(volatile uint32_t*)(_r) = (*(volatile uint32_t*)(_r) & ~(_m)) | ((_b) & (_m)); …
|
| /hal_espressif-latest/components/soc/esp32s2/include/soc/ |
| D | dport_access.h | 41 #define DPORT_REG_GET_BIT(_r, _b) (DPORT_REG_READ(_r) & (_b)) argument 44 #define DPORT_REG_SET_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r)|(_b))) argument 47 #define DPORT_REG_CLR_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r) & (~(_b)))) argument 50 #define DPORT_REG_SET_BITS(_r, _b, _m) DPORT_REG_WRITE((_r), ((DPORT_REG_READ(_r) & (~(_m))) | ((_b… argument 79 #define _DPORT_REG_SET_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r)|(_b))) argument 80 #define _DPORT_REG_CLR_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r) & (~(_b)))) argument
|
| D | soc.h | 52 #define REG_GET_BIT(_r, _b) ({ … argument 53 …(*(volatile uint32_t*)(_r) & (_b)); … 57 #define REG_SET_BIT(_r, _b) do { … argument 58 …*(volatile uint32_t*)(_r) = (*(volatile uint32_t*)(_r)) | (_b); … 62 #define REG_CLR_BIT(_r, _b) do { … argument 63 …*(volatile uint32_t*)(_r) = (*(volatile uint32_t*)(_r)) & (~(_b)); … 67 #define REG_SET_BITS(_r, _b, _m) do { … argument 68 …*(volatile uint32_t*)(_r) = (*(volatile uint32_t*)(_r) & ~(_m)) | ((_b) & (_m)); …
|
| /hal_espressif-latest/components/soc/esp32/include/soc/ |
| D | dport_access.h | 134 #define DPORT_REG_GET_BIT(_r, _b) (DPORT_REG_READ(_r) & (_b)) argument 137 #define DPORT_REG_SET_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r)|(_b))) argument 140 #define DPORT_REG_CLR_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r) & (~(_b)))) argument 143 #define DPORT_REG_SET_BITS(_r, _b, _m) DPORT_REG_WRITE((_r), ((DPORT_REG_READ(_r) & (~(_m))) | ((_b… argument 172 #define _DPORT_REG_SET_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r)|(_b))) argument 173 #define _DPORT_REG_CLR_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r) & (~(_b)))) argument
|
| D | soc.h | 52 #define REG_GET_BIT(_r, _b) ({ … argument 54 …(*(volatile uint32_t*)(_r) & (_b)); … 58 #define REG_SET_BIT(_r, _b) do { … argument 60 …*(volatile uint32_t*)(_r) = (*(volatile uint32_t*)(_r)) | (_b); … 64 #define REG_CLR_BIT(_r, _b) do { … argument 66 …*(volatile uint32_t*)(_r) = (*(volatile uint32_t*)(_r)) & (~(_b)); … 70 #define REG_SET_BITS(_r, _b, _m) do { … argument 72 …*(volatile uint32_t*)(_r) = (*(volatile uint32_t*)(_r) & ~(_m)) | ((_b) & (_m)); …
|
| /hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/ |
| D | framing.c | 212 OI_INT32 _a, _b, _c, _d; \ 214 _b = *--_src; \ 218 *--_dest = _b; \
|
| /hal_espressif-latest/components/esp_hw_support/include/esp_private/ |
| D | esp_regdma.h | 202 #define REGDMA_LINK_HEAD_INIT(_l, _m, _b, _sr, _sb) \ argument 206 .branch = (_b), \
|
| /hal_espressif-latest/components/wpa_supplicant/src/common/ |
| D | mbo.c | 342 static int wpa_non_pref_chan_cmp(const void *_a, const void *_b) in wpa_non_pref_chan_cmp() argument 344 const struct wpa_mbo_non_pref_channel *a = _a, *b = _b; in wpa_non_pref_chan_cmp()
|
| /hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/ |
| D | bta_hf_client_at.c | 63 ({ __typeof__(a) _a = (a); __typeof__(b) _b = (b); (_a < _b) ? _a : _b; })
|