Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/driver/
Dgpio.c411 int nbit = __builtin_ffs(status) - 1; in gpio_isr_loop() local
412 status &= ~(1 << nbit); in gpio_isr_loop()
413 int gpio_num = gpio_num_start + nbit; in gpio_isr_loop()
/hal_espressif-3.5.0/components/esp_rom/patches/
Desp_rom_tjpgd.c264 uint32_t nbit /* Number of bits to extract (1 to 11) */ in bitext() argument
298 nbit--; in bitext()
299 } while (nbit); in bitext()