[][src]Type Definition efm32pg12_pac::gpio::PC_MODEL

type PC_MODEL = Reg<u32, _PC_MODEL>;

Port Pin Mode Low Register

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

For information about available fields see pc_model module

Trait Implementations

impl Readable for PC_MODEL[src]

read() method returns pc_model::R reader structure

impl ResetValue for PC_MODEL[src]

Register PC_MODEL reset()'s with value 0

type Type = u32

Register size

impl Writable for PC_MODEL[src]

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