Home
last modified time | relevance | path

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

/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/
A Dbflb_ir.h158 uint8_t modu_width_1; member
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/
A Dbflb_ir.c86 tx_config->modu_width_1 = ((ir_clock / 11310 + 5) / 10 - 1) & 0xff; in bflb_ir_tx_init()
101 …regval = (tx_config->pulse_width_unit & 0xfff) | tx_config->modu_width_1 << 16 | tx_config->modu_w… in bflb_ir_tx_init()

Completed in 7 milliseconds