[−][src]Struct rsl10_pac::spi0::spi0_ctrl0::SPI0_PRESCALE_W
Write proxy for field SPI0_PRESCALE
Methods
impl<'a> SPI0_PRESCALE_W<'a>
[src]
pub fn variant(self, variant: SPI0_PRESCALE_A) -> &'a mut W
[src]
Writes variant
to the field
pub fn spi0_prescale_2(self) -> &'a mut W
[src]
Prescale the SPI interface clock by 2
pub fn spi0_prescale_4(self) -> &'a mut W
[src]
Prescale the SPI interface clock by 4
pub fn spi0_prescale_8(self) -> &'a mut W
[src]
Prescale the SPI interface clock by 8
pub fn spi0_prescale_16(self) -> &'a mut W
[src]
Prescale the SPI interface clock by 16
pub fn spi0_prescale_32(self) -> &'a mut W
[src]
Prescale the SPI interface clock by 32
pub fn spi0_prescale_64(self) -> &'a mut W
[src]
Prescale the SPI interface clock by 64
pub fn spi0_prescale_128(self) -> &'a mut W
[src]
Prescale the SPI interface clock by 128
pub fn spi0_prescale_256(self) -> &'a mut W
[src]
Prescale the SPI interface clock by 256
pub fn spi0_prescale_512(self) -> &'a mut W
[src]
Prescale the SPI interface clock by 512
pub fn spi0_prescale_1024(self) -> &'a mut W
[src]
Prescale the SPI interface clock by 1024
pub unsafe fn bits(self, value: u8) -> &'a mut W
[src]
Writes raw bits to the field
Auto Trait Implementations
impl<'a> Send for SPI0_PRESCALE_W<'a>
impl<'a> !Sync for SPI0_PRESCALE_W<'a>
impl<'a> Unpin for SPI0_PRESCALE_W<'a>
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,
fn borrow_mut(&mut self) -> &mut T
[src]
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
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,