[][src]Type Definition k22f::usb0::ISTAT

type ISTAT = Reg<u8, _ISTAT>;

Interrupt Status register

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

For information about available fields see istat module

Trait Implementations

impl Readable for ISTAT[src]

read() method returns istat::R reader structure

impl ResetValue for ISTAT[src]

Register ISTAT reset()'s with value 0

type Type = u8

Register size

impl Writable for ISTAT[src]

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