pub struct W(_);
Expand description
Register FH0_CFG1
writer
Implementations§
§impl W
impl W
pub fn fh0_clr_ost(
&mut self
) -> BitWriterRaw<'_, u32, FH0_CFG1_SPEC, bool, BitM, 0>
pub fn fh0_clr_ost(
&mut self
) -> BitWriterRaw<'_, u32, FH0_CFG1_SPEC, bool, BitM, 0>
Bit 0
pub fn fh0_cbcpulse(
&mut self
) -> FieldWriterRaw<'_, u32, FH0_CFG1_SPEC, u8, u8, Unsafe, 2, 1>
pub fn fh0_cbcpulse(
&mut self
) -> FieldWriterRaw<'_, u32, FH0_CFG1_SPEC, u8, u8, Unsafe, 2, 1>
Bits 1:2
pub fn fh0_force_cbc(
&mut self
) -> BitWriterRaw<'_, u32, FH0_CFG1_SPEC, bool, BitM, 3>
pub fn fh0_force_cbc(
&mut self
) -> BitWriterRaw<'_, u32, FH0_CFG1_SPEC, bool, BitM, 3>
Bit 3
pub fn fh0_force_ost(
&mut self
) -> BitWriterRaw<'_, u32, FH0_CFG1_SPEC, bool, BitM, 4>
pub fn fh0_force_ost(
&mut self
) -> BitWriterRaw<'_, u32, FH0_CFG1_SPEC, bool, BitM, 4>
Bit 4
Methods from Deref<Target = W<FH0_CFG1_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.
Trait Implementations§
§impl From<W<FH0_CFG1_SPEC>> for W
impl From<W<FH0_CFG1_SPEC>> for W
§fn from(writer: W<FH0_CFG1_SPEC>) -> W
fn from(writer: W<FH0_CFG1_SPEC>) -> W
Converts to this type from the input type.