PDCRD

Type Alias PDCRD 

Source
pub type PDCRD = Reg<u32, _PDCRD>;
Expand description

Power Port D pull-down control register

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

For information about available fields see pdcrd module

Aliased Type§

pub struct PDCRD { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for PDCRD

Register PDCRD 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 PDCRD

read() method returns pdcrd::R reader structure

Source§

impl Writable for PDCRD

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