[−][src]Struct lpc55_pac::syscon::fmccr::FLASHTIM_W
Write proxy for field FLASHTIM
Implementations
impl<'a> FLASHTIM_W<'a>
[src][−]
pub fn variant(self, variant: FLASHTIM_A) -> &'a mut W
[src][−]
Writes variant
to the field
pub fn flashtim0(self) -> &'a mut W
[src][−]
1 system clock flash access time (for system clock rates up to 11 MHz).
pub fn flashtim1(self) -> &'a mut W
[src][−]
2 system clocks flash access time (for system clock rates up to 22 MHz).
pub fn flashtim2(self) -> &'a mut W
[src][−]
3 system clocks flash access time (for system clock rates up to 33 MHz).
pub fn flashtim3(self) -> &'a mut W
[src][−]
4 system clocks flash access time (for system clock rates up to 44 MHz).
pub fn flashtim4(self) -> &'a mut W
[src][−]
5 system clocks flash access time (for system clock rates up to 55 MHz).
pub fn flashtim5(self) -> &'a mut W
[src][−]
6 system clocks flash access time (for system clock rates up to 66 MHz).
pub fn flashtim6(self) -> &'a mut W
[src][−]
7 system clocks flash access time (for system clock rates up to 77 MHz).
pub fn flashtim7(self) -> &'a mut W
[src][−]
8 system clocks flash access time (for system clock rates up to 88 MHz).
pub fn flashtim8(self) -> &'a mut W
[src][−]
9 system clocks flash access time (for system clock rates up to 100 MHz).
pub unsafe fn bits(self, value: u8) -> &'a mut W
[src][−]
Writes raw bits to the field
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,