[][src]Trait stm32f1xx_hal::rcc::Enable

pub trait Enable: RccBus {
    fn enable(apb: &mut Self::Bus);
fn disable(apb: &mut Self::Bus); }

Enable/disable peripheral

Required methods

fn enable(apb: &mut Self::Bus)

fn disable(apb: &mut Self::Bus)

Loading content...

Implementors

impl Enable for ADC1[src]

impl Enable for ADC2[src]

impl Enable for AFIO[src]

impl Enable for CAN1[src]

impl Enable for CRC[src]

impl Enable for DMA1[src]

impl Enable for DMA2[src]

impl Enable for GPIOA[src]

impl Enable for GPIOB[src]

impl Enable for GPIOC[src]

impl Enable for GPIOD[src]

impl Enable for GPIOE[src]

impl Enable for I2C1[src]

impl Enable for I2C2[src]

impl Enable for SPI1[src]

impl Enable for SPI2[src]

impl Enable for TIM1[src]

impl Enable for TIM2[src]

impl Enable for TIM3[src]

impl Enable for USART1[src]

impl Enable for USART2[src]

impl Enable for USART3[src]

impl Enable for USB[src]

impl Enable for WWDG[src]

Loading content...