[][src]Type Definition ambiq_apollo1_pac::vcomp::PWDKEY

type PWDKEY = Reg<u32, _PWDKEY>;

Key Register for Powering Down the Voltage Comparator

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

For information about available fields see pwdkey module

Trait Implementations

impl Readable for PWDKEY[src]

read() method returns pwdkey::R reader structure

impl ResetValue for PWDKEY[src]

Register PWDKEY reset()'s with value 0

type Type = u32

Register size

impl Writable for PWDKEY[src]

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