PDCRE

Type Alias PDCRE 

Source
pub type PDCRE = Reg<u32, _PDCRE>;
Expand description

Power Port E pull-down control register

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

For information about available fields see pdcre module

Aliased Type§

pub struct PDCRE { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for PDCRE

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

read() method returns pdcre::R reader structure

Source§

impl Writable for PDCRE

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