Type Alias esp32c3::twai0::err_warning_limit::ERR_WARNING_LIMIT_W

source ·
pub type ERR_WARNING_LIMIT_W<'a, REG> = FieldWriter<'a, REG, 8>;
Expand description

Field ERR_WARNING_LIMIT writer - Error warning threshold. In the case when any of a error counter value exceeds the threshold, or all the error counter values are below the threshold, an error warning interrupt will be triggered (given the enable signal is valid).

Aliased Type§

struct ERR_WARNING_LIMIT_W<'a, REG> { /* private fields */ }