PUCRC

Type Alias PUCRC 

Source
pub type PUCRC = Reg<u32, _PUCRC>;
Expand description

Power Port C pull-up control register

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

For information about available fields see pucrc module

Aliased Type§

pub struct PUCRC { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for PUCRC

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

read() method returns pucrc::R reader structure

Source§

impl Writable for PUCRC

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