[][src]Type Definition stm32wb_pac::tim2::CCER

type CCER = Reg<u32, _CCER>;

capture/compare enable register

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

For information about available fields see ccer module

Trait Implementations

impl Readable for CCER[src]

read() method returns ccer::R reader structure

impl ResetValue for CCER[src]

Register CCER reset()'s with value 0

type Type = u32

Register size

impl Writable for CCER[src]

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