Type Definition CCR
Other items instm32f3::stm32f373::tim12
type CCR = Reg<u32, _CCR>;
capture/compare register 1
This register you can read, reset, write, write_with_zero, modify. See API.
read
reset
write
write_with_zero
modify
For information about available fields see ccr module
impl ResetValue for CCR
Register CCR%s reset()’s with value 0
reset()
type Type = u32
Register size
fn reset_value() -> Self::Type
Reset value of the register
impl Readable for CCR
read() method returns ccr::R reader structure
read()
impl Writable for CCR
write(|w| ..) method takes ccr::W writer structure
write(|w| ..)