pub struct W(_);
Expand description
Register FH0_CFG0
writer
Implementations§
source§impl W
impl W
sourcepub fn fh0_sw_cbc(&mut self) -> FH0_SW_CBC_W<'_, 0>
pub fn fh0_sw_cbc(&mut self) -> FH0_SW_CBC_W<'_, 0>
Bit 0
sourcepub fn fh0_f2_cbc(&mut self) -> FH0_F2_CBC_W<'_, 1>
pub fn fh0_f2_cbc(&mut self) -> FH0_F2_CBC_W<'_, 1>
Bit 1
sourcepub fn fh0_f1_cbc(&mut self) -> FH0_F1_CBC_W<'_, 2>
pub fn fh0_f1_cbc(&mut self) -> FH0_F1_CBC_W<'_, 2>
Bit 2
sourcepub fn fh0_f0_cbc(&mut self) -> FH0_F0_CBC_W<'_, 3>
pub fn fh0_f0_cbc(&mut self) -> FH0_F0_CBC_W<'_, 3>
Bit 3
sourcepub fn fh0_sw_ost(&mut self) -> FH0_SW_OST_W<'_, 4>
pub fn fh0_sw_ost(&mut self) -> FH0_SW_OST_W<'_, 4>
Bit 4
sourcepub fn fh0_f2_ost(&mut self) -> FH0_F2_OST_W<'_, 5>
pub fn fh0_f2_ost(&mut self) -> FH0_F2_OST_W<'_, 5>
Bit 5
sourcepub fn fh0_f1_ost(&mut self) -> FH0_F1_OST_W<'_, 6>
pub fn fh0_f1_ost(&mut self) -> FH0_F1_OST_W<'_, 6>
Bit 6
sourcepub fn fh0_f0_ost(&mut self) -> FH0_F0_OST_W<'_, 7>
pub fn fh0_f0_ost(&mut self) -> FH0_F0_OST_W<'_, 7>
Bit 7
sourcepub fn fh0_a_cbc_d(&mut self) -> FH0_A_CBC_D_W<'_, 8>
pub fn fh0_a_cbc_d(&mut self) -> FH0_A_CBC_D_W<'_, 8>
Bits 8:9
sourcepub fn fh0_a_cbc_u(&mut self) -> FH0_A_CBC_U_W<'_, 10>
pub fn fh0_a_cbc_u(&mut self) -> FH0_A_CBC_U_W<'_, 10>
Bits 10:11
sourcepub fn fh0_a_ost_d(&mut self) -> FH0_A_OST_D_W<'_, 12>
pub fn fh0_a_ost_d(&mut self) -> FH0_A_OST_D_W<'_, 12>
Bits 12:13
sourcepub fn fh0_a_ost_u(&mut self) -> FH0_A_OST_U_W<'_, 14>
pub fn fh0_a_ost_u(&mut self) -> FH0_A_OST_U_W<'_, 14>
Bits 14:15
sourcepub fn fh0_b_cbc_d(&mut self) -> FH0_B_CBC_D_W<'_, 16>
pub fn fh0_b_cbc_d(&mut self) -> FH0_B_CBC_D_W<'_, 16>
Bits 16:17
sourcepub fn fh0_b_cbc_u(&mut self) -> FH0_B_CBC_U_W<'_, 18>
pub fn fh0_b_cbc_u(&mut self) -> FH0_B_CBC_U_W<'_, 18>
Bits 18:19
sourcepub fn fh0_b_ost_d(&mut self) -> FH0_B_OST_D_W<'_, 20>
pub fn fh0_b_ost_d(&mut self) -> FH0_B_OST_D_W<'_, 20>
Bits 20:21
sourcepub fn fh0_b_ost_u(&mut self) -> FH0_B_OST_U_W<'_, 22>
pub fn fh0_b_ost_u(&mut self) -> FH0_B_OST_U_W<'_, 22>
Bits 22:23
Methods from Deref<Target = W<FH0_CFG0_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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