[][src]Enum nrf52832_hal::target::clock::traceconfig::TRACEPORTSPEEDR

pub enum TRACEPORTSPEEDR {
    _32MHZ,
    _16MHZ,
    _8MHZ,
    _4MHZ,
}

Possible values of the field TRACEPORTSPEED

Variants

_32MHZ

32 MHz Trace Port clock (TRACECLK = 16 MHz)

_16MHZ

16 MHz Trace Port clock (TRACECLK = 8 MHz)

_8MHZ

8 MHz Trace Port clock (TRACECLK = 4 MHz)

_4MHZ

4 MHz Trace Port clock (TRACECLK = 2 MHz)

Methods

impl TRACEPORTSPEEDR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_32mhz(&self) -> bool[src]

Checks if the value of the field is _32MHZ

pub fn is_16mhz(&self) -> bool[src]

Checks if the value of the field is _16MHZ

pub fn is_8mhz(&self) -> bool[src]

Checks if the value of the field is _8MHZ

pub fn is_4mhz(&self) -> bool[src]

Checks if the value of the field is _4MHZ

Trait Implementations

impl PartialEq<TRACEPORTSPEEDR> for TRACEPORTSPEEDR[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Clone for TRACEPORTSPEEDR[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TRACEPORTSPEEDR[src]

impl Debug for TRACEPORTSPEEDR[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self