Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/sam0/drivers/quad_decoder/
A Dquad_decoder.c73 config->qdec0.threshold_upper = 32767; in quad_decoder_get_config_defaults()
82 config->qdec1.threshold_upper = 32767; in quad_decoder_get_config_defaults()
91 config->qdec2.threshold_upper = 32767; in quad_decoder_get_config_defaults()
149 LPMCU_MISC_REGS0->QUAD_DEC0_THRESHOLD.bit.UPPER = config->qdec0.threshold_upper; in quad_decoder_init()
160 LPMCU_MISC_REGS0->QUAD_DEC1_THRESHOLD.bit.UPPER = config->qdec1.threshold_upper; in quad_decoder_init()
171 LPMCU_MISC_REGS0->QUAD_DEC2_THRESHOLD.bit.UPPER = config->qdec2.threshold_upper; in quad_decoder_init()
A Dquad_decoder.h195 int16_t threshold_upper; member

Completed in 5 milliseconds