pub struct FIFOTHR<MODE> { /* private fields */ }

Implementations§

source§

impl FIFOTHR<Mask>

source

pub fn mask() -> FIFOTHR<Mask>

source

pub fn adc_retention(&self) -> u8

source

pub fn close_in_rx(&self) -> u8

source

pub fn fifo_thr(&self) -> u8

source§

impl FIFOTHR<R>

source

pub fn modify(self) -> FIFOTHR<W>

source

pub fn adc_retention(&self) -> u8

Analog to Digital Converter retention

source

pub fn close_in_rx(&self) -> u8

RX Attenuation, see DN010 for more details

source

pub fn fifo_thr(&self) -> u8

Set the threshold for the TX FIFO and RX FIFO

source§

impl FIFOTHR<W>

source

pub fn bits(self) -> u8

source

pub fn adc_retention(&mut self, bits: u8) -> &mut Self

Analog to Digital Converter retention

source

pub fn close_in_rx(&mut self, bits: u8) -> &mut Self

RX Attenuation, see DN010 for more details

source

pub fn fifo_thr(&mut self, bits: u8) -> &mut Self

Set the threshold for the TX FIFO and RX FIFO

Trait Implementations§

source§

impl<MODE: Clone> Clone for FIFOTHR<MODE>

source§

fn clone(&self) -> FIFOTHR<MODE>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Default for FIFOTHR<W>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl<MODE: Copy> Copy for FIFOTHR<MODE>

Auto Trait Implementations§

§

impl<MODE> RefUnwindSafe for FIFOTHR<MODE>
where MODE: RefUnwindSafe,

§

impl<MODE> Send for FIFOTHR<MODE>
where MODE: Send,

§

impl<MODE> Sync for FIFOTHR<MODE>
where MODE: Sync,

§

impl<MODE> Unpin for FIFOTHR<MODE>
where MODE: Unpin,

§

impl<MODE> UnwindSafe for FIFOTHR<MODE>
where MODE: UnwindSafe,

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.