k210_pac::gpio

Type Alias ID_CODE

Source
pub type ID_CODE = Reg<u32, _ID_CODE>;
Expand description

ID code

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

For information about avaliable fields see id_code module

Aliased Type§

struct ID_CODE { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for ID_CODE

Register id_code reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for ID_CODE

read() method returns id_code::R reader structure

Source§

impl Writable for ID_CODE

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