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

type DATA_OUT = Reg<u32, _DATA_OUT>;

OTP device data output

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

For information about available fields see data_out module

Trait Implementations

impl Readable for DATA_OUT[src]

read() method returns data_out::R reader structure

impl ResetValue for DATA_OUT[src]

Register data_out reset()'s with value 0

type Type = u32

Register size

impl Writable for DATA_OUT[src]

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