SCGCGPIO

Type Alias SCGCGPIO 

Source
pub type SCGCGPIO = Reg<u32, _SCGCGPIO>;
Expand description

General-Purpose Input/Output Sleep Mode Clock Gating Control

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

For information about available fields see scgcgpio module

Aliased Type§

pub struct SCGCGPIO { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for SCGCGPIO

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

read() method returns scgcgpio::R reader structure

Source§

impl Writable for SCGCGPIO

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