[][src]Type Definition k22f::llwu::RST

type RST = Reg<u8, _RST>;

LLWU Reset Enable register

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

For information about available fields see rst module

Trait Implementations

impl Readable for RST[src]

read() method returns rst::R reader structure

impl ResetValue for RST[src]

Register RST reset()'s with value 0x02

type Type = u8

Register size

impl Writable for RST[src]

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