Type Definition atsam4lc4c_pac::hmatrix::scfg::DEFMSTR_TYPE_W

source ·
pub type DEFMSTR_TYPE_W<'a, const O: u8> = FieldWriter<'a, u32, SCFG_SPEC, u8, DEFMSTR_TYPESELECT_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

No Default Master. At the end of current slave access, if no other master request is pending, the slave is deconnected from all masters. This resusts in having a one cycle latency for the first transfer of a burst.

source

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

Last Default Master At the end of current slave access, if no other master request is pending, the slave stay connected with the last master havingaccessed it.This resusts in not having the one cycle latency when the last master re-trying access on the slave.

source

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

Fixed Default Master At the end of current slave access, if no other master request is pending, the slave connects with fixed master which numberis in FIXED_DEFMSTR register.This resusts in not having the one cycle latency when the fixed master re-trying access on the slave.