Skip to main content

PDOR

Type Alias PDOR 

Source
pub type PDOR = Reg<u32, _PDOR>;
Expand description

Port Data Output Register

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

For information about available fields see pdor module

Aliased Type§

pub struct PDOR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for PDOR

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

read() method returns pdor::R reader structure

Source§

impl Writable for PDOR

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