[][src]Type Definition stm32f3::stm32f303::can::BTR

type BTR = Reg<u32, _BTR>;

bit timing register

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

For information about available fields see btr module

Trait Implementations

impl Readable for BTR[src]

read() method returns btr::R reader structure

impl ResetValue for BTR[src]

Register BTR reset()'s with value 0x0123_0000

type Type = u32

Register size

impl Writable for BTR[src]

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