[][src]Type Definition atsamd51p19a::sdhc0::NISTR

type NISTR = Reg<u16, _NISTR>;

Normal Interrupt Status

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

For information about available fields see nistr module

Trait Implementations

impl Readable for NISTR[src]

read() method returns nistr::R reader structure

impl ResetValue for NISTR[src]

Register NISTR reset()'s with value 0

type Type = u16

Raw register type (u8, u16, u32, ...).

impl Writable for NISTR[src]

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