[][src]Struct stm32f103xx_hal::rcc::APB1

pub struct APB1 { /* fields omitted */ }

Advanced Peripheral Bus 1 (APB1) registers

Trait Implementations

impl<T> PwmTrait<TIM2, APB1, RegisterBlock, T> for TIM2 where
    T: TimChannelsMapping<TIM2>, 
[src]

fn create_pwm(
    &self,
    clocks: Clocks,
    _pins: MAPPING,
    apb: &mut BUS,
    mapr: &mut MAPR
) -> PwmTimer<TIM, BUS, REGISTERBLOCK, MAPPING>
[src]

fn get_tim_clock_freq(clocks: Clocks) -> Hertz[src]

fn write_ccer(ccer_bit: u8, value: bool)[src]

fn get_period(clock_freq: u32) -> u32[src]

impl<T> PwmTrait<TIM3, APB1, RegisterBlock, T> for TIM3 where
    T: TimChannelsMapping<TIM3>, 
[src]

fn create_pwm(
    &self,
    clocks: Clocks,
    _pins: MAPPING,
    apb: &mut BUS,
    mapr: &mut MAPR
) -> PwmTimer<TIM, BUS, REGISTERBLOCK, MAPPING>
[src]

fn get_tim_clock_freq(clocks: Clocks) -> Hertz[src]

fn write_ccer(ccer_bit: u8, value: bool)[src]

fn get_period(clock_freq: u32) -> u32[src]

impl<T> PwmTrait<TIM4, APB1, RegisterBlock, T> for TIM4 where
    T: TimChannelsMapping<TIM4>, 
[src]

fn create_pwm(
    &self,
    clocks: Clocks,
    _pins: MAPPING,
    apb: &mut BUS,
    mapr: &mut MAPR
) -> PwmTimer<TIM, BUS, REGISTERBLOCK, MAPPING>
[src]

fn get_tim_clock_freq(clocks: Clocks) -> Hertz[src]

fn write_ccer(ccer_bit: u8, value: bool)[src]

fn get_period(clock_freq: u32) -> u32[src]

Auto Trait Implementations

impl Send for APB1

impl Sync for APB1

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]