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_tExpand 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.