Skip to main content

bert_init

Function bert_init 

Source
pub unsafe extern "C" fn bert_init(
    s: *mut bert_state_t,
    limit: c_int,
    pattern: c_int,
    resync_len: c_int,
    resync_percent: c_int,
) -> *mut bert_state_t
Expand description

Initialise a BERT context. \param s The BERT context. \param limit The maximum test duration. \param pattern One of the supported BERT signal patterns. \param resync_len ??? \param resync_percent The percentage of bad bits which will cause a resync. \return The BERT context.