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

type GPA_MFP = Reg<u32, _GPA_MFP>;

GPIOA 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 gpa_mfp module

Trait Implementations

impl Readable for GPA_MFP[src]

read() method returns gpa_mfp::R reader structure

impl ResetValue for GPA_MFP[src]

Register GPA_MFP reset()'s with value 0

type Type = u32

Register size

impl Writable for GPA_MFP[src]

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