[][src]Type Definition stm32wb_pac::tim17::EGR

type EGR = Reg<u32, _EGR>;

event generation register

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

For information about available fields see egr module

Trait Implementations

impl ResetValue for EGR[src]

Register EGR reset()'s with value 0

type Type = u32

Register size

impl Writable for EGR[src]

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