Type Definition tm4c123x::usb0::RXIE

source ·
pub type RXIE = Reg<u16, _RXIE>;
Expand description

USB Receive Interrupt Enable

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see rxie module

Trait Implementations§

source§

impl ResetValue for RXIE

Register RXIE reset()’s with value 0

§

type Type = u16

Register size
source§

fn reset_value() -> Self::Type

Reset value of the register
source§

impl Readable for RXIE

read() method returns rxie::R reader structure

source§

impl Writable for RXIE

write(|w| ..) method takes rxie::W writer structure