pub type DEFMSTR_TYPE_W<'a, const O: u8> = FieldWriter<'a, u32, MATRIX_SCFG_SPEC, u8, DEFMSTR_TYPE_A, 2, O>;
Expand description

Field DEFMSTR_TYPE writer - Default Master Type

Implementations§

source§

impl<'a, const O: u8> DEFMSTR_TYPE_W<'a, O>

source

pub fn no_default(self) -> &'a mut W

At the end of current slave access, if no other master request is pending, the slave is disconnected from all masters.This results in having a one cycle latency for the first access of a burst transfer or for a single access.

source

pub fn last(self) -> &'a mut W

At the end of current slave access, if no other master request is pending, the slave stays connected to the last master having accessed it.This results in not having the one cycle latency when the last master tries to access the slave again.

source

pub fn fixed(self) -> &'a mut W

At the end of the current slave access, if no other master request is pending, the slave connects to the fixed master the number that has been written in the FIXED_DEFMSTR field.This results in not having the one cycle latency when the fixed master tries to access the slave again.