Type Alias PUPDR

Source
pub type PUPDR = Reg<u32, _PUPDR>;
Expand description

GPIO port pull-up/pull-down register

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

For information about available fields see pupdr module

Aliased Type§

pub struct PUPDR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for PUPDR

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

read() method returns pupdr::R reader structure

Source§

impl Writable for PUPDR

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