Sign in
◑
Theme
pigweed
/
third_party
/
github
/
OpenPRoT
/
openprot
/
509e85cfe49190ba4dbb9a2fc2b73dd79561cf57
/
.
/
target
/
ast10x0
/
peripherals
/
lib.rs
blob: f7b1bc764d9d345f40604c96dec1e6932fbcc05c [
file
]
// Licensed under the Apache-2.0 license
// SPDX-License-Identifier: Apache-2.0
#![
no_std
]
pub
mod
gpio
;
pub
mod
hace
;
pub
mod
i2c
;
pub
mod
i3c
;
pub
mod
otp
;
pub
mod
scu
;
pub
mod
sgpiom
;
pub
mod
smc
;
pub
mod
spimonitor
;
pub
mod
uart
;