Home
last modified time | relevance | path

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

/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/
A Dbflb_ir.c437 uint16_t data_threshold, end_threshold; in bflb_ir_rx_init() local
465 end_threshold = (ir_clock / 222 - 1) & 0xffff; in bflb_ir_rx_init()
468 end_threshold = (ir_clock / 400 - 1) & 0xffff; in bflb_ir_rx_init()
471 end_threshold = config->end_threshold; in bflb_ir_rx_init()
474 regval = end_threshold << IR_CR_IRRX_END_TH_SHIFT | data_threshold; in bflb_ir_rx_init()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/
A Dbflb_ir.h182 uint16_t end_threshold; member

Completed in 6 milliseconds