pub struct PartialIfsr<const domain: bool, const status: bool> { /* private fields */ }Expand description
Builder struct for partial initialization of Ifsr .
Implementations§
Source§impl<const status: bool> PartialIfsr<false, status>
impl<const status: bool> PartialIfsr<false, status>
Sourcepub const fn with_domain(&self, value: u4) -> PartialIfsr<true, status>
pub const fn with_domain(&self, value: u4) -> PartialIfsr<true, status>
Which domain was being accessed
Source§impl<const domain: bool> PartialIfsr<domain, false>
impl<const domain: bool> PartialIfsr<domain, false>
Sourcepub const fn with_status(&self, value: IfsrStatus) -> PartialIfsr<domain, true>
pub const fn with_status(&self, value: IfsrStatus) -> PartialIfsr<domain, true>
Status bitfield.