[][src]Type Definition nuc1xx::tmr0::TISR

type TISR = Reg<u32, _TISR>;

Timer0 Interrupt Status Register

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

For information about available fields see tisr module

Trait Implementations

impl Readable for TISR[src]

read() method returns tisr::R reader structure

impl ResetValue for TISR[src]

Register TISR reset()'s with value 0

type Type = u32

Register size

impl Writable for TISR[src]

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