[][src]Type Definition nuc1xx::gcr::GPC_MFP

type GPC_MFP = Reg<u32, _GPC_MFP>;

GPIOC multiple function and input type control register

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

For information about available fields see gpc_mfp module

Trait Implementations

impl Readable for GPC_MFP[src]

read() method returns gpc_mfp::R reader structure

impl ResetValue for GPC_MFP[src]

Register GPC_MFP reset()'s with value 0

type Type = u32

Register size

impl Writable for GPC_MFP[src]

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