pub struct WLAN_W<'a> { /* private fields */ }
Expand description
Field wlan
writer - PLL to WLAN system divide factor
After dividing the frequency of the clock from the PLL, it is sent to the wlan system. This register is the frequency division factor, the factor should be >= 2.
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for WLAN_W<'a>
impl<'a> Send for WLAN_W<'a>
impl<'a> Sync for WLAN_W<'a>
impl<'a> Unpin for WLAN_W<'a>
impl<'a> !UnwindSafe for WLAN_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more