Skip to main content

modem_echo_can_segment_init

Function modem_echo_can_segment_init 

Source
pub unsafe extern "C" fn modem_echo_can_segment_init(
    len: c_int,
) -> *mut modem_echo_can_segment_state_t
Expand description

Create a modem echo canceller context. \param len The length of the canceller, in samples. eturn The new canceller context, or NULL if the canceller could not be created.