Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/sam0/drivers/quad_decoder/
A Dquad_decoder.c74 config->qdec0.threshold_lower = -32768; in quad_decoder_get_config_defaults()
83 config->qdec1.threshold_lower = -32768; in quad_decoder_get_config_defaults()
92 config->qdec2.threshold_lower = -32768; in quad_decoder_get_config_defaults()
150 LPMCU_MISC_REGS0->QUAD_DEC0_THRESHOLD.bit.LOWER = config->qdec0.threshold_lower; in quad_decoder_init()
161 LPMCU_MISC_REGS0->QUAD_DEC1_THRESHOLD.bit.LOWER = config->qdec1.threshold_lower; in quad_decoder_init()
172 LPMCU_MISC_REGS0->QUAD_DEC2_THRESHOLD.bit.LOWER = config->qdec2.threshold_lower; in quad_decoder_init()
A Dquad_decoder.h197 int16_t threshold_lower; member

Completed in 5 milliseconds