pub struct PartialCfg<const MASK: u32>(/* private fields */);
Implementations§
Source§impl PartialCfg<0>
impl PartialCfg<0>
pub const fn with_rf_sw(&self, value: u4) -> PartialCfg<15>
Source§impl PartialCfg<15>
impl PartialCfg<15>
pub const fn with_led(&self, value: u4) -> PartialCfg<255>
Source§impl PartialCfg<255>
impl PartialCfg<255>
pub const fn with_profile(&self, value: u3) -> PartialCfg<2047>
Source§impl PartialCfg<2047>
impl PartialCfg<2047>
pub const fn with_io_update(&self, value: bool) -> PartialCfg<6143>
Source§impl PartialCfg<6143>
impl PartialCfg<6143>
pub const fn with_mask_nu(&self, value: u4) -> PartialCfg<129023>
Source§impl PartialCfg<129023>
impl PartialCfg<129023>
pub const fn with_clk_sel(&self, value: ClkSel) -> PartialCfg<2357247>
Source§impl PartialCfg<2357247>
impl PartialCfg<2357247>
pub const fn with_sync_sel(&self, value: bool) -> PartialCfg<2619391>
Source§impl PartialCfg<2619391>
impl PartialCfg<2619391>
pub const fn with_rst(&self, value: bool) -> PartialCfg<3143679>
Source§impl PartialCfg<3143679>
impl PartialCfg<3143679>
pub const fn with_io_rst(&self, value: bool) -> PartialCfg<4192255>
Source§impl PartialCfg<4192255>
impl PartialCfg<4192255>
pub const fn with_div_sel(&self, value: DivSel) -> PartialCfg<16775167>
Auto Trait Implementations§
impl<const MASK: u32> Freeze for PartialCfg<MASK>
impl<const MASK: u32> RefUnwindSafe for PartialCfg<MASK>
impl<const MASK: u32> Send for PartialCfg<MASK>
impl<const MASK: u32> Sync for PartialCfg<MASK>
impl<const MASK: u32> Unpin for PartialCfg<MASK>
impl<const MASK: u32> UnwindSafe for PartialCfg<MASK>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more