[][src]Type Definition atsamd21g18a::hmatrix::SFR

type SFR = Reg<u32, _SFR>;

Special Function

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

For information about available fields see sfr module

Trait Implementations

impl Readable for SFR[src]

read() method returns sfr::R reader structure

impl ResetValue for SFR[src]

Register SFR%s reset()'s with value 0

type Type = u32

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

impl Writable for SFR[src]

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