[][src]Type Definition mkl25z4::usb0::TOKEN

type TOKEN = Reg<u8, _TOKEN>;

Token register

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

For information about available fields see token module

Trait Implementations

impl Readable for TOKEN[src]

read() method returns token::R reader structure

impl ResetValue for TOKEN[src]

Register TOKEN reset()'s with value 0

type Type = u8

Register size

impl Writable for TOKEN[src]

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