PDCRC

Type Alias PDCRC 

Source
pub type PDCRC = Reg<u32, _PDCRC>;
Expand description

Power Port C pull-down control register

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

For information about available fields see pdcrc module

Aliased Type§

pub struct PDCRC { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for PDCRC

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

read() method returns pdcrc::R reader structure

Source§

impl Writable for PDCRC

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