Struct stm32_hal2::usb_otg::Usb1
source · [−]pub struct Usb1 {
pub usb_global: OTG1_HS_GLOBAL,
pub usb_device: OTG1_HS_DEVICE,
pub usb_pwrclk: OTG1_HS_PWRCLK,
pub hclk: u32,
}Fields
usb_global: OTG1_HS_GLOBALusb_device: OTG1_HS_DEVICEusb_pwrclk: OTG1_HS_PWRCLKhclk: u32Implementations
sourceimpl Usb1
impl Usb1
pub fn new(
usb_global: OTG1_HS_GLOBAL,
usb_device: OTG1_HS_DEVICE,
usb_pwrclk: OTG1_HS_PWRCLK,
hclk: u32
) -> Self
Trait Implementations
sourceimpl UsbPeripheral for Usb1
impl UsbPeripheral for Usb1
sourceconst HIGH_SPEED: bool = true
const HIGH_SPEED: bool = true
true for High Speed variants of the peripheral, false for Full Speed
sourceconst FIFO_DEPTH_WORDS: usize = 1_024usize
const FIFO_DEPTH_WORDS: usize = 1_024usize
FIFO size in 32-bit words
sourceconst ENDPOINT_COUNT: usize = 9usize
const ENDPOINT_COUNT: usize = 9usize
Number of (bidirectional) endpoints
sourcefn ahb_frequency_hz(&self) -> u32
fn ahb_frequency_hz(&self) -> u32
AHB frequency in hertz
sourcefn setup_internal_hs_phy(&self)
fn setup_internal_hs_phy(&self)
Performs initial setup of the internal high-speed PHY Read more
impl Sync for Usb1
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more