Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/ite/ite_tach_it8xxx2/
Dtach_ite_it8xxx2.c65 uintptr_t reg_fxtmrr; member
118 volatile uint8_t *reg_fxtmrr = (uint8_t *)config->reg_fxtmrr; in tach_it8xxx2_sample_fetch() local
129 data->capture = ((*reg_fxtmrr) << 8) | (*reg_fxtlrr); in tach_it8xxx2_sample_fetch()
226 .reg_fxtmrr = DT_INST_REG_ADDR_BY_IDX(inst, 1), \