[][src]Type Definition efm32pg1b_pac::gpio::PC_CTRL

type PC_CTRL = Reg<u32, _PC_CTRL>;

Port Control Register

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

For information about available fields see pc_ctrl module

Trait Implementations

impl Readable for PC_CTRL[src]

read() method returns pc_ctrl::R reader structure

impl ResetValue for PC_CTRL[src]

Register PC_CTRL reset()'s with value 0x0050_0050

type Type = u32

Register size

impl Writable for PC_CTRL[src]

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