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;