[][src]Type Definition xmc1100::scu_general::PASSWD

type PASSWD = Reg<u32, _PASSWD>;

Password Register

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

For information about avaliable fields see passwd module

Trait Implementations

impl Readable for PASSWD[src]

read() method returns passwd::R reader structure

impl ResetValue for PASSWD[src]

Register PASSWD reset()'s with value 0x07

type Type = u32

Register size

impl Writable for PASSWD[src]

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