/hal_espressif-3.4.0/components/ulp/ulp_riscv/include/ulp_riscv/ |
D | ulp_riscv_register_ops.h | 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-3.4.0/components/esp_gdbstub/esp_common/ |
D | gdbstub_common.c | 106 uint32_t shift = (addr & 3) * 8; in esp_gdbstub_readmem() local
|
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/ |
D | dport_access.h | 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
|
D | soc.h | 233 #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/ |
D | dport_access.h | 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
|
D | soc.h | 186 #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/ |
D | dport_access.h | 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
|
D | soc.h | 204 #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/ |
D | dport_access.h | 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
|
D | soc.h | 219 #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/ |
D | dport_access.h | 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
|
D | soc.h | 209 #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/ |
D | gdbstub_esp32c3.c | 115 uint32_t shift = (addr & 3) * 8; in esp_gdbstub_readmem() local
|
/hal_espressif-3.4.0/components/esp_gdbstub/esp32h2/ |
D | gdbstub_esp32h2.c | 114 uint32_t shift = (addr & 3) * 8; in esp_gdbstub_readmem() local
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32/ |
D | cache_sram_mmu.c | 61 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/ |
D | ecc_dsa.c | 71 int shift; in bits2int() local
|
D | ecc.c | 329 bitcount_t shift = (num_words * 2 * uECC_WORD_BITS) - in uECC_vli_mmod() local
|
/hal_espressif-3.4.0/components/hal/include/hal/ |
D | sdio_slave_ll.h | 409 uint32_t shift = (pos % 4) * 8; in sdio_slave_ll_host_set_reg() local
|
/hal_espressif-3.4.0/components/bootloader_support/src/ |
D | bootloader_utility.c | 867 for (int shift = 0; shift < 2; shift++) { local
|
/hal_espressif-3.4.0/components/efuse/src/ |
D | esp_efuse_utility.c | 286 static uint32_t get_mask(unsigned int bit_count, unsigned int shift)
|
/hal_espressif-3.4.0/components/efuse/test/ |
D | test_efuse.c | 307 int shift = 0; in cut_tail_arr() local
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/crypto/ |
D | libtommath.h | 1076 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/ |
D | libtommath.h | 1072 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/ |
D | memprot_ll.h | 381 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/ |
D | uECC.c | 574 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
|