[][src]Type Definition e310x::otp::CLOCK

type CLOCK = Reg<u32, _CLOCK>;

OTP device clock signal

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

For information about available fields see clock module

Trait Implementations

impl Readable for CLOCK[src]

read() method returns clock::R reader structure

impl ResetValue for CLOCK[src]

Register clock reset()'s with value 0

type Type = u32

Register size

impl Writable for CLOCK[src]

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