[][src]Struct k64::usb0::ctl::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

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

Value of the register as raw bits

pub fn usbensofen(&self) -> USBENSOFENR[src]

Bit 0 - USB Enable

pub fn oddrst(&self) -> ODDRSTR[src]

Bit 1 - Setting this bit to 1 resets all the BDT ODD ping/pong fields to 0, which then specifies the EVEN BDT bank

pub fn resume(&self) -> RESUMER[src]

Bit 2 - When set to 1 this bit enables the USB Module to execute resume signaling

pub fn hostmodeen(&self) -> HOSTMODEENR[src]

Bit 3 - When set to 1, this bit enables the USB Module to operate in Host mode

pub fn reset(&self) -> RESETR[src]

Bit 4 - Setting this bit enables the USB Module to generate USB reset signaling

pub fn txsuspendtokenbusy(&self) -> TXSUSPENDTOKENBUSYR[src]

Bit 5 - In Host mode, TOKEN_BUSY is set when the USB module is busy executing a USB token

pub fn se0(&self) -> SE0R[src]

Bit 6 - Live USB Single Ended Zero signal

pub fn jstate(&self) -> JSTATER[src]

Bit 7 - Live USB differential receiver JSTATE signal

Auto Trait Implementations

impl Send for R

impl Sync for R

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]