Type Definition tm4c129x::usb0::TEST

source ·
pub type TEST = Reg<u8, _TEST>;
Expand description

USB Test Mode

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

For information about available fields see test module

Trait Implementations§

source§

impl ResetValue for TEST

Register TEST reset()’s with value 0

§

type Type = u8

Register size
source§

fn reset_value() -> Self::Type

Reset value of the register
source§

impl Readable for TEST

read() method returns test::R reader structure

source§

impl Writable for TEST

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