Home
last modified time | relevance | path

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

12

/hal_espressif-latest/components/soc/esp32c6/include/soc/
Ddport_access.h102 #define DPORT_SET_PERI_REG_BITS(reg,bit_map,value,shift) DPORT_WRITE_PERI_REG((reg), ((DPORT_READ_P… argument
105 #define DPORT_GET_PERI_REG_BITS2(reg, mask,shift) ((DPORT_READ_PERI_REG(reg)>>(shift))&(mask)) argument
Dsoc.h126 #define SET_PERI_REG_BITS(reg,bit_map,value,shift) do { … argument
131 #define GET_PERI_REG_BITS2(reg, mask,shift) ({ … argument
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Ddport_access.h99 #define DPORT_SET_PERI_REG_BITS(reg,bit_map,value,shift) DPORT_WRITE_PERI_REG((reg), ((DPORT_READ_P… argument
102 #define DPORT_GET_PERI_REG_BITS2(reg, mask,shift) ((DPORT_READ_PERI_REG(reg)>>(shift))&(mask)) argument
Dsoc.h139 #define SET_PERI_REG_BITS(reg,bit_map,value,shift) do { … argument
144 #define GET_PERI_REG_BITS2(reg, mask,shift) ({ … argument
/hal_espressif-latest/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.h124 #define SET_PERI_REG_BITS(reg,bit_map,value,shift) do { … argument
129 #define GET_PERI_REG_BITS2(reg, mask,shift) ({ … argument
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Ddport_access.h102 #define DPORT_SET_PERI_REG_BITS(reg,bit_map,value,shift) DPORT_WRITE_PERI_REG((reg), ((DPORT_READ_P… argument
105 #define DPORT_GET_PERI_REG_BITS2(reg, mask,shift) ((DPORT_READ_PERI_REG(reg)>>(shift))&(mask)) argument
Dsoc.h124 #define SET_PERI_REG_BITS(reg,bit_map,value,shift) do { … argument
129 #define GET_PERI_REG_BITS2(reg, mask,shift) ({ … argument
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Ddport_access.h102 #define DPORT_SET_PERI_REG_BITS(reg,bit_map,value,shift) DPORT_WRITE_PERI_REG((reg), ((DPORT_READ_P… argument
105 #define DPORT_GET_PERI_REG_BITS2(reg, mask,shift) ((DPORT_READ_PERI_REG(reg)>>(shift))&(mask)) argument
Dsoc.h132 #define SET_PERI_REG_BITS(reg,bit_map,value,shift) do { … argument
137 #define GET_PERI_REG_BITS2(reg, mask,shift) ({ … argument
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Ddport_access.h100 #define DPORT_SET_PERI_REG_BITS(reg,bit_map,value,shift) DPORT_WRITE_PERI_REG((reg), ((DPORT_READ_P… argument
103 #define DPORT_GET_PERI_REG_BITS2(reg, mask,shift) ((DPORT_READ_PERI_REG(reg)>>(shift))&(mask)) argument
Dsoc.h130 #define SET_PERI_REG_BITS(reg,bit_map,value,shift) do { … argument
135 #define GET_PERI_REG_BITS2(reg, mask,shift) ({ … argument
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_access.h193 #define DPORT_SET_PERI_REG_BITS(reg,bit_map,value,shift) DPORT_WRITE_PERI_REG((reg), ((DPORT_READ_P… argument
196 #define DPORT_GET_PERI_REG_BITS2(reg, mask,shift) ((DPORT_READ_PERI_REG(reg)>>(shift))&(mask)) argument
Dsoc.h142 #define SET_PERI_REG_BITS(reg,bit_map,value,shift) do { … argument
148 #define GET_PERI_REG_BITS2(reg, mask,shift) ({ … argument
/hal_espressif-latest/components/esp_hw_support/port/esp32/
Dcache_sram_mmu.c64 unsigned int i,shift,mask_s; in cache_sram_mmu_set() local
/hal_espressif-latest/components/bt/porting/ext/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-latest/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-latest/components/hal/esp32c6/include/hal/
Dsdio_slave_ll.h437 uint32_t shift = (pos % 4) * 8; in sdio_slave_ll_host_set_reg() local
/hal_espressif-latest/components/hal/esp32/include/hal/
Dsdio_slave_ll.h437 uint32_t shift = (pos % 4) * 8; in sdio_slave_ll_host_set_reg() local
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_utility.c944 for (int shift = 0; shift < 2; shift++) { local
/hal_espressif-latest/components/efuse/src/
Desp_efuse_utility.c309 static uint32_t get_mask(unsigned int bit_count, unsigned int shift)
/hal_espressif-latest/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-latest/components/hal/esp32c3/include/hal/
Dmemprot_ll.h381 uint32_t shift = 0; in memprot_ll_get_rtcfast_split_line() local

12