[][src]Type Definition gd32vf103_pac::afio::PCF1

type PCF1 = Reg<u32, _PCF1>;

AFIO port configuration register 1

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

For information about available fields see pcf1 module

Trait Implementations

impl Readable for PCF1[src]

read() method returns pcf1::R reader structure

impl ResetValue for PCF1[src]

Register PCF1 reset()'s with value 0

type Type = u32

Register size

impl Writable for PCF1[src]

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