Type Definition gd32f1::gd32f130::timer15::INTF[][src]

type INTF = Reg<u16, _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 = u16

Register size

impl Writable for INTF[src]

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