pub unsafe extern "C" fn furi_hal_infrared_async_rx_set_timeout(
    timeout_us: u32
)
Expand description

Setup hal for receiving silence timeout.

Should be used with ‘furi_hal_infrared_timeout_irq_set_callback()’.

@param[in] timeout_us time to wait for silence on INFRARED port before generating IRQ.