Home
last modified time | relevance | path

Searched defs:shift (Results 1 – 25 of 33) sorted by relevance

12

/hal_espressif-3.4.0/components/ulp/ulp_riscv/include/ulp_riscv/
Dulp_riscv_register_ops.h133 #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-3.4.0/components/esp_gdbstub/esp_common/
Dgdbstub_common.c106 uint32_t shift = (addr & 3) * 8; in esp_gdbstub_readmem() local
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Ddport_access.h98 #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.h233 #define SET_PERI_REG_BITS(reg,bit_map,value,shift) ({ … argument
239 #define GET_PERI_REG_BITS2(reg, mask,shift) ({ … argument
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/
Ddport_access.h101 #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.h186 #define SET_PERI_REG_BITS(reg,bit_map,value,shift) ({ … argument
191 #define GET_PERI_REG_BITS2(reg, mask,shift) ({ … argument
/hal_espressif-3.4.0/components/soc/esp32/include/soc/
Ddport_access.h192 #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.h204 #define SET_PERI_REG_BITS(reg,bit_map,value,shift) ({ … argument
210 #define GET_PERI_REG_BITS2(reg, mask,shift) ({ … argument
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Ddport_access.h97 #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.h219 #define SET_PERI_REG_BITS(reg,bit_map,value,shift) ({ … argument
224 #define GET_PERI_REG_BITS2(reg, mask,shift) ({ … argument
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Ddport_access.h101 #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.h209 #define SET_PERI_REG_BITS(reg,bit_map,value,shift) ({ … argument
214 #define GET_PERI_REG_BITS2(reg, mask,shift) ({ … argument
/hal_espressif-3.4.0/components/esp_gdbstub/esp32c3/
Dgdbstub_esp32c3.c115 uint32_t shift = (addr & 3) * 8; in esp_gdbstub_readmem() local
/hal_espressif-3.4.0/components/esp_gdbstub/esp32h2/
Dgdbstub_esp32h2.c114 uint32_t shift = (addr & 3) * 8; in esp_gdbstub_readmem() local
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32/
Dcache_sram_mmu.c61 unsigned int i,shift,mask_s; in cache_sram_mmu_set() local
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Decc_dsa.c71 int shift; in bits2int() local
Decc.c329 bitcount_t shift = (num_words * 2 * uECC_WORD_BITS) - in uECC_vli_mmod() local
/hal_espressif-3.4.0/components/hal/include/hal/
Dsdio_slave_ll.h409 uint32_t shift = (pos % 4) * 8; in sdio_slave_ll_host_set_reg() local
/hal_espressif-3.4.0/components/bootloader_support/src/
Dbootloader_utility.c867 for (int shift = 0; shift < 2; shift++) { local
/hal_espressif-3.4.0/components/efuse/src/
Desp_efuse_utility.c286 static uint32_t get_mask(unsigned int bit_count, unsigned int shift)
/hal_espressif-3.4.0/components/efuse/test/
Dtest_efuse.c307 int shift = 0; in cut_tail_arr() local
/hal_espressif-3.4.0/components/wpa_supplicant/src/crypto/
Dlibtommath.h1076 register mp_digit *tmpc, mask, shift; in mp_div_2d() local
1432 register mp_digit *tmpc, shift, mask, r, rr; in mp_mul_2d() local
/hal_espressif-3.4.0/components/wpa_supplicant/src/tls/
Dlibtommath.h1072 register mp_digit *tmpc, mask, shift; in mp_div_2d() local
1428 register mp_digit *tmpc, shift, mask, r, rr; in mp_mul_2d() local
/hal_espressif-3.4.0/components/hal/esp32c3/include/hal/
Dmemprot_ll.h381 uint32_t shift = 0; in memprot_ll_get_rtcfast_split_line() local
/hal_espressif-3.4.0/components/bootloader/subproject/components/micro-ecc/micro-ecc/
DuECC.c574 bitcount_t shift = (num_words * 2 * uECC_WORD_BITS) - uECC_vli_numBits(mod, num_words); in uECC_vli_mmod() local
1200 int shift; in bits2int() local

12