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

type GPB_MFP = Reg<u32, _GPB_MFP>;

GPIOB 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 gpb_mfp module

Trait Implementations

impl Readable for GPB_MFP[src]

read() method returns gpb_mfp::R reader structure

impl ResetValue for GPB_MFP[src]

Register GPB_MFP reset()'s with value 0

type Type = u32

Register size

impl Writable for GPB_MFP[src]

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