Home
last modified time | relevance | path

Searched defs:reg (Results 1 – 25 of 59) sorted by relevance

123

/hal_espressif-2.7.6/components/wpa_supplicant/src/wps/
Dwps_registrar.c196 static void wps_registrar_add_authorized_mac(struct wps_registrar *reg, in wps_registrar_add_authorized_mac()
217 static void wps_registrar_remove_authorized_mac(struct wps_registrar *reg, in wps_registrar_remove_authorized_mac()
255 static struct wps_registrar_device * wps_device_get(struct wps_registrar *reg, in wps_device_get()
287 int wps_device_store(struct wps_registrar *reg, in wps_device_store()
308 static void wps_registrar_add_pbc_session(struct wps_registrar *reg, in wps_registrar_add_pbc_session()
359 static void wps_registrar_remove_pbc_session(struct wps_registrar *reg, in wps_registrar_remove_pbc_session()
390 int wps_registrar_pbc_overlap(struct wps_registrar *reg, in wps_registrar_pbc_overlap()
488 static int wps_build_selected_registrar(struct wps_registrar *reg, in wps_build_selected_registrar()
501 static int wps_build_sel_reg_dev_password_id(struct wps_registrar *reg, in wps_build_sel_reg_dev_password_id()
517 static int wps_build_sel_pbc_reg_uuid_e(struct wps_registrar *reg, in wps_build_sel_pbc_reg_uuid_e()
[all …]
/hal_espressif-2.7.6/components/soc/esp32/include/soc/
Ddport_access.h74 static inline uint32_t IRAM_ATTR DPORT_REG_READ(uint32_t reg) in DPORT_REG_READ()
107 static inline uint32_t IRAM_ATTR DPORT_SEQUENCE_REG_READ(uint32_t reg) in DPORT_SEQUENCE_REG_READ()
167 static inline uint32_t IRAM_ATTR DPORT_READ_PERI_REG(uint32_t reg) in DPORT_READ_PERI_REG()
180 #define DPORT_CLEAR_PERI_REG_MASK(reg, mask) DPORT_WRITE_PERI_REG((reg), (DPORT_READ_PERI_REG(reg)&… argument
183 #define DPORT_SET_PERI_REG_MASK(reg, mask) DPORT_WRITE_PERI_REG((reg), (DPORT_READ_PERI_REG(reg)|… argument
186 #define DPORT_GET_PERI_REG_MASK(reg, mask) (DPORT_READ_PERI_REG(reg) & (mask)) argument
189 #define DPORT_GET_PERI_REG_BITS(reg, hipos,lowpos) ((DPORT_READ_PERI_REG(reg)>>(lowpos))&((1<<(… argument
192 #define DPORT_SET_PERI_REG_BITS(reg,bit_map,value,shift) DPORT_WRITE_PERI_REG((reg), ((DPORT_READ_P… argument
195 #define DPORT_GET_PERI_REG_BITS2(reg, mask,shift) ((DPORT_READ_PERI_REG(reg)>>(shift))&(mask)) argument
Dsoc.h182 #define CLEAR_PERI_REG_MASK(reg, mask) ({ … argument
188 #define SET_PERI_REG_MASK(reg, mask) ({ … argument
194 #define GET_PERI_REG_MASK(reg, mask) ({ … argument
200 #define GET_PERI_REG_BITS(reg, hipos,lowpos) ({ … argument
206 #define SET_PERI_REG_BITS(reg,bit_map,value,shift) ({ … argument
212 #define GET_PERI_REG_BITS2(reg, mask,shift) ({ … argument
/hal_espressif-2.7.6/components/riscv/include/riscv/
Dcsr.h113 #define RV_READ_CONST_CSR(reg) ({ unsigned long __tmp; \ argument
116 #define RV_READ_CSR(reg) ({ unsigned long __tmp; \ argument
119 #define RV_WRITE_CSR(reg, val) ({ \ argument
122 #define RV_SWAP_CSR(reg, val) ({ unsigned long __tmp; \ argument
126 #define RV_SET_CSR(reg, bit) ({ unsigned long __tmp; \ argument
130 #define RV_CLEAR_CSR(reg, bit) ({ unsigned long __tmp; \ argument
/hal_espressif-2.7.6/components/xtensa/include/
Dxt_instr_macros.h18 #define RSR(reg, at) __asm__ __volatile__ ("rsr %0, %1" : "=r" (at) : "i" (reg)) argument
20 #define WSR(reg, at) __asm__ __volatile__ ("wsr %0, %1" : : "r" (at), "i" (reg)) argument
21 #define XSR(reg, at) __asm__ __volatile__ ("xsr %0, %1" : "+r" (at) : "i" (reg)) argument
23 #define RER(reg, at) __asm__ __volatile__ ("rer %0, %1" : "=r" (at) : "r" (reg)) argument
/hal_espressif-2.7.6/components/ulp/ulp_riscv/include/ulp_riscv/
Dulp_riscv_register_ops.h114 #define CLEAR_PERI_REG_MASK(reg, mask) ({ … argument
119 #define SET_PERI_REG_MASK(reg, mask) ({ … argument
124 #define GET_PERI_REG_MASK(reg, mask) ({ … argument
133 #define GET_PERI_REG_BITS(reg, bit_map, shift) ((READ_PERI_REG(reg))&((bit_map)<<(shift)))>>shift argument
136 #define SET_PERI_REG_BITS(reg,bit_map,value,shift) ({ … argument
141 #define GET_PERI_REG_BITS2(reg, mask,shift) ({ … argument
/hal_espressif-2.7.6/components/soc/esp32s3/include/soc/
Ddport_access.h85 #define DPORT_CLEAR_PERI_REG_MASK(reg, mask) DPORT_WRITE_PERI_REG((reg), (DPORT_READ_PERI_REG(reg)&… argument
88 #define DPORT_SET_PERI_REG_MASK(reg, mask) DPORT_WRITE_PERI_REG((reg), (DPORT_READ_PERI_REG(reg)|… argument
91 #define DPORT_GET_PERI_REG_MASK(reg, mask) (DPORT_READ_PERI_REG(reg) & (mask)) argument
94 #define DPORT_GET_PERI_REG_BITS(reg, hipos,lowpos) ((DPORT_READ_PERI_REG(reg)>>(lowpos))&((1<<(… argument
97 #define DPORT_SET_PERI_REG_BITS(reg,bit_map,value,shift) DPORT_WRITE_PERI_REG((reg), ((DPORT_READ_P… argument
100 #define DPORT_GET_PERI_REG_BITS2(reg, mask,shift) ((DPORT_READ_PERI_REG(reg)>>(shift))&(mask)) argument
Dsoc.h183 #define CLEAR_PERI_REG_MASK(reg, mask) ({ … argument
188 #define SET_PERI_REG_MASK(reg, mask) ({ … argument
193 #define GET_PERI_REG_MASK(reg, mask) ({ … argument
198 #define GET_PERI_REG_BITS(reg, hipos,lowpos) ({ … argument
203 #define SET_PERI_REG_BITS(reg,bit_map,value,shift) ({ … argument
208 #define GET_PERI_REG_BITS2(reg, mask,shift) ({ … argument
/hal_espressif-2.7.6/components/soc/esp32s2/include/soc/
Ddport_access.h86 #define DPORT_CLEAR_PERI_REG_MASK(reg, mask) DPORT_WRITE_PERI_REG((reg), (DPORT_READ_PERI_REG(reg)&… argument
89 #define DPORT_SET_PERI_REG_MASK(reg, mask) DPORT_WRITE_PERI_REG((reg), (DPORT_READ_PERI_REG(reg)|… argument
92 #define DPORT_GET_PERI_REG_MASK(reg, mask) (DPORT_READ_PERI_REG(reg) & (mask)) argument
95 #define DPORT_GET_PERI_REG_BITS(reg, hipos,lowpos) ((DPORT_READ_PERI_REG(reg)>>(lowpos))&((1<<(… argument
98 #define DPORT_SET_PERI_REG_BITS(reg,bit_map,value,shift) DPORT_WRITE_PERI_REG((reg), ((DPORT_READ_P… argument
101 #define DPORT_GET_PERI_REG_BITS2(reg, mask,shift) ((DPORT_READ_PERI_REG(reg)>>(shift))&(mask)) argument
Dsoc.h198 #define CLEAR_PERI_REG_MASK(reg, mask) ({ … argument
204 #define SET_PERI_REG_MASK(reg, mask) ({ … argument
210 #define GET_PERI_REG_MASK(reg, mask) ({ … argument
216 #define GET_PERI_REG_BITS(reg, hipos,lowpos) ({ … argument
222 #define SET_PERI_REG_BITS(reg,bit_map,value,shift) ({ … argument
228 #define GET_PERI_REG_BITS2(reg, mask,shift) ({ … argument
/hal_espressif-2.7.6/components/soc/esp32c3/include/soc/
Ddport_access.h89 #define DPORT_CLEAR_PERI_REG_MASK(reg, mask) DPORT_WRITE_PERI_REG((reg), (DPORT_READ_PERI_REG(reg)&… argument
92 #define DPORT_SET_PERI_REG_MASK(reg, mask) DPORT_WRITE_PERI_REG((reg), (DPORT_READ_PERI_REG(reg)|… argument
95 #define DPORT_GET_PERI_REG_MASK(reg, mask) (DPORT_READ_PERI_REG(reg) & (mask)) argument
98 #define DPORT_GET_PERI_REG_BITS(reg, hipos,lowpos) ((DPORT_READ_PERI_REG(reg)>>(lowpos))&((1<<(… argument
101 #define DPORT_SET_PERI_REG_BITS(reg,bit_map,value,shift) DPORT_WRITE_PERI_REG((reg), ((DPORT_READ_P… argument
104 #define DPORT_GET_PERI_REG_BITS2(reg, mask,shift) ((DPORT_READ_PERI_REG(reg)>>(shift))&(mask)) argument
Dsoc.h161 #define CLEAR_PERI_REG_MASK(reg, mask) ({ … argument
166 #define SET_PERI_REG_MASK(reg, mask) ({ … argument
171 #define GET_PERI_REG_MASK(reg, mask) ({ … argument
176 #define GET_PERI_REG_BITS(reg, hipos,lowpos) ({ … argument
181 #define SET_PERI_REG_BITS(reg,bit_map,value,shift) ({ … argument
186 #define GET_PERI_REG_BITS2(reg, mask,shift) ({ … argument
/hal_espressif-2.7.6/components/esp_rom/include/esp32s3/rom/
Dgpio.h33 #define GPIO_REG_READ(reg) READ_PERI_REG(reg) argument
34 #define GPIO_REG_WRITE(reg, val) WRITE_PERI_REG(reg, val) argument
/hal_espressif-2.7.6/components/esp_rom/include/esp32/rom/
Dgpio.h42 #define GPIO_REG_READ(reg) READ_PERI_REG(reg) argument
43 #define GPIO_REG_WRITE(reg, val) WRITE_PERI_REG(reg, val) argument
/hal_espressif-2.7.6/components/esp_rom/include/esp32c3/rom/
Dgpio.h36 #define GPIO_REG_READ(reg) READ_PERI_REG(reg) argument
37 #define GPIO_REG_WRITE(reg, val) WRITE_PERI_REG(reg, val) argument
/hal_espressif-2.7.6/components/esp_rom/include/esp32s2/rom/
Dgpio.h36 #define GPIO_REG_READ(reg) READ_PERI_REG(reg) argument
37 #define GPIO_REG_WRITE(reg, val) WRITE_PERI_REG(reg, val) argument
/hal_espressif-2.7.6/components/esp32/
Ddport_access.c241 uint32_t IRAM_ATTR esp_dport_access_reg_read(uint32_t reg) in esp_dport_access_reg_read()
287 uint32_t IRAM_ATTR esp_dport_access_sequence_reg_read(uint32_t reg) in esp_dport_access_sequence_reg_read()
/hal_espressif-2.7.6/zephyr/esp32/src/common/
Ddport_access.c10 uint32_t IRAM_ATTR esp_dport_access_reg_read(uint32_t reg) in esp_dport_access_reg_read()
/hal_espressif-2.7.6/components/efuse/src/
Desp_efuse_utility.c87 uint32_t reg = esp_efuse_utility_read_reg(efuse_block, num_reg); in esp_efuse_utility_fill_buff() local
112 uint32_t reg = esp_efuse_utility_read_reg(efuse_block, num_reg); in esp_efuse_utility_count_once() local
129 uint32_t reg = esp_efuse_utility_read_reg(efuse_block, num_reg); in esp_efuse_utility_write_cnt() local
217 uint32_t reg = esp_efuse_utility_read_reg(efuse_block, num_reg); in esp_efuse_utility_write_reg() local
/hal_espressif-2.7.6/components/soc/include/soc/
Drtc_io_periph.h48 uint32_t reg; /*!< Register of RTC pad, or 0 if not an RTC GPIO */ member
90 uint32_t reg; /*!< Register of RTC pad, or 0 if not an RTC GPIO */ member
/hal_espressif-2.7.6/components/heap/
Dheap_task_info.c37 heap_t *reg; in heap_caps_get_per_task_info() local
/hal_espressif-2.7.6/components/esp_system/port/soc/esp32/
Ddport_panic_highint_hdl.S196 #define TIMG1_REG_OFFSET(reg) ((reg) - REG_TIMG_BASE(1)) argument
/hal_espressif-2.7.6/components/esp_hw_support/port/esp32s2/
Drtc_wdt.c79 uint32_t reg; in get_addr_reg() local
/hal_espressif-2.7.6/examples/cxx/experimental/experimental_cpp_component/test/
Dtest_esp_event_cxx.cpp509 ESPEventReg reg(fix.handler0, TEMPLATE_EVENT_0, fix.api); variable
527 unique_ptr<ESPEventReg> reg = fix.event_loop.register_event(TEMPLATE_EVENT_0, fix.handler0); variable
548 ESPEventReg reg(fix.handler0, TEMPLATE_EVENT_0, fix.api); variable
/hal_espressif-2.7.6/components/driver/
Dsdio_slave.c280 uint32_t reg = GPIO_PIN_MUX_REG[pin]; in configure_pin() local
320 uint32_t reg = GPIO_PIN_MUX_REG[pin]; in recover_pin() local
470 esp_err_t sdio_slave_write_reg(int pos, uint8_t reg) in sdio_slave_write_reg()

123