Home
last modified time | relevance | path

Searched refs:bit_count_in_reg (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/efuse/src/
Desp_efuse_utility.c44 static uint32_t fill_reg(int bit_start_in_reg, int bit_count_in_reg, uint8_t* blob, int* filled_bit…
357 static uint32_t fill_reg(int bit_start_in_reg, int bit_count_in_reg, uint8_t* blob, int* filled_bit… argument
364 shift_bit = ((8 - shift_bit) < bit_count_in_reg) ? (8 - shift_bit) : bit_count_in_reg;
367 bit_count_in_reg -= shift_bit;
371 while (bit_count_in_reg > 0) {
373 shift_bit = (bit_count_in_reg > 8) ? 8 : bit_count_in_reg;
376 bit_count_in_reg -= shift_bit;