Type Definition gd32f1::gd32f170::tsi::INTF[][src]

type INTF = Reg<u32, _INTF>;

interrupt flag register

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

For information about available fields see intf module

Trait Implementations

impl Readable for INTF[src]

read() method returns intf::R reader structure

impl ResetValue for INTF[src]

Register INTF reset()’s with value 0

type Type = u32

Register size

impl Writable for INTF[src]

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