/hal_espressif-3.6.0/components/soc/esp32/include/soc/ |
D | dport_access.h | 117 #define DPORT_REG_GET_BIT(_r, _b) (DPORT_REG_READ(_r) & (_b)) argument 120 #define DPORT_REG_SET_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r)|(_b))) argument 123 #define DPORT_REG_CLR_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r) & (~(_b)))) argument 126 #define DPORT_REG_SET_BITS(_r, _b, _m) DPORT_REG_WRITE((_r), ((DPORT_REG_READ(_r) & (~(_m))) | ((_b… argument 155 #define _DPORT_REG_SET_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r)|(_b))) argument 156 #define _DPORT_REG_CLR_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r) & (~(_b)))) argument
|
D | soc.h | 114 #define REG_GET_BIT(_r, _b) ({ … argument 120 #define REG_SET_BIT(_r, _b) ({ … argument 126 #define REG_CLR_BIT(_r, _b) ({ … argument 132 #define REG_SET_BITS(_r, _b, _m) ({ … argument
|
/hal_espressif-3.6.0/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 | 131 #define REG_GET_BIT(_r, _b) ({ … argument 136 #define REG_SET_BIT(_r, _b) ({ … argument 141 #define REG_CLR_BIT(_r, _b) ({ … argument 146 #define REG_SET_BITS(_r, _b, _m) ({ … argument
|
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/ |
D | dport_access.h | 39 #define DPORT_REG_GET_BIT(_r, _b) (DPORT_REG_READ(_r) & (_b)) argument 42 #define DPORT_REG_SET_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r)|(_b))) argument 45 #define DPORT_REG_CLR_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r) & (~(_b)))) argument 48 #define DPORT_REG_SET_BITS(_r, _b, _m) DPORT_REG_WRITE((_r), ((DPORT_REG_READ(_r) & (~(_m))) | ((_b… argument 77 #define _DPORT_REG_SET_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r)|(_b))) argument 78 #define _DPORT_REG_CLR_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r) & (~(_b)))) argument
|
D | soc.h | 143 #define REG_GET_BIT(_r, _b) ({ … argument 149 #define REG_SET_BIT(_r, _b) ({ … argument 155 #define REG_CLR_BIT(_r, _b) ({ … argument 161 #define REG_SET_BITS(_r, _b, _m) ({ … argument
|
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/ |
D | dport_access.h | 38 #define DPORT_REG_GET_BIT(_r, _b) (DPORT_REG_READ(_r) & (_b)) argument 41 #define DPORT_REG_SET_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r)|(_b))) argument 44 #define DPORT_REG_CLR_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r) & (~(_b)))) argument 47 #define DPORT_REG_SET_BITS(_r, _b, _m) DPORT_REG_WRITE((_r), ((DPORT_REG_READ(_r) & (~(_m))) | ((_b… argument 76 #define _DPORT_REG_SET_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r)|(_b))) argument 77 #define _DPORT_REG_CLR_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r) & (~(_b)))) argument
|
D | soc.h | 141 #define REG_GET_BIT(_r, _b) ({ … argument 146 #define REG_SET_BIT(_r, _b) ({ … argument 151 #define REG_CLR_BIT(_r, _b) ({ … argument 156 #define REG_SET_BITS(_r, _b, _m) ({ … argument
|
/hal_espressif-3.6.0/components/soc/esp32c3/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 | 108 #define REG_GET_BIT(_r, _b) ({ … argument 113 #define REG_SET_BIT(_r, _b) ({ … argument 118 #define REG_CLR_BIT(_r, _b) ({ … argument 123 #define REG_SET_BITS(_r, _b, _m) ({ … argument
|
/hal_espressif-3.6.0/components/ulp/ulp_riscv/include/ulp_riscv/ |
D | ulp_riscv_register_ops.h | 56 #define REG_GET_BIT(_r, _b) ({ … argument 61 #define REG_SET_BIT(_r, _b) ({ … argument 66 #define REG_CLR_BIT(_r, _b) ({ … argument 71 #define REG_SET_BITS(_r, _b, _m) ({ … argument
|
/hal_espressif-3.6.0/components/protocomm/python/ |
D | session_pb2.py | 6 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) variable
|
D | constants_pb2.py | 6 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) variable
|
D | sec0_pb2.py | 6 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) variable
|
D | sec1_pb2.py | 6 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) variable
|
/hal_espressif-3.6.0/examples/provisioning/legacy/custom_config/components/custom_provisioning/python/ |
D | custom_config_pb2.py | 6 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) variable
|
/hal_espressif-3.6.0/components/wifi_provisioning/python/ |
D | wifi_constants_pb2.py | 6 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) variable
|
D | wifi_config_pb2.py | 6 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) variable
|
D | wifi_scan_pb2.py | 7 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) variable
|
/hal_espressif-3.6.0/components/esp_local_ctrl/python/ |
D | esp_local_ctrl_pb2.py | 7 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) variable
|
/hal_espressif-3.6.0/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()
|