aboutsummaryrefslogtreecommitdiff
path: root/embassy-mcxa/src/i2c/controller.rs
diff options
context:
space:
mode:
authorFelipe Balbi <[email protected]>2025-12-11 09:48:32 -0800
committerFelipe Balbi <[email protected]>2025-12-11 09:48:32 -0800
commit86de5d04b91f38ab4322eaa8ff5b0f371824b57a (patch)
treef758f462bd3cc7f670fdb7613282d1beaedefb95 /embassy-mcxa/src/i2c/controller.rs
parentaf02ef481498441289a6decfe3baf7f3878f7871 (diff)
parent3588023e3e04b18cf98a2a0d10756e1f236ca351 (diff)
Merge remote-tracking branch 'upstream/main' into mcxa/trng
Diffstat (limited to 'embassy-mcxa/src/i2c/controller.rs')
-rw-r--r--embassy-mcxa/src/i2c/controller.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-mcxa/src/i2c/controller.rs b/embassy-mcxa/src/i2c/controller.rs
index c27d508b0..62789f85f 100644
--- a/embassy-mcxa/src/i2c/controller.rs
+++ b/embassy-mcxa/src/i2c/controller.rs
@@ -8,9 +8,9 @@ use embassy_hal_internal::drop::OnDrop;
8use mcxa_pac::lpi2c0::mtdr::Cmd; 8use mcxa_pac::lpi2c0::mtdr::Cmd;
9 9
10use super::{Async, Blocking, Error, Instance, InterruptHandler, Mode, Result, SclPin, SdaPin}; 10use super::{Async, Blocking, Error, Instance, InterruptHandler, Mode, Result, SclPin, SdaPin};
11use crate::AnyPin;
12use crate::clocks::periph_helpers::{Div4, Lpi2cClockSel, Lpi2cConfig}; 11use crate::clocks::periph_helpers::{Div4, Lpi2cClockSel, Lpi2cConfig};
13use crate::clocks::{PoweredClock, enable_and_reset}; 12use crate::clocks::{PoweredClock, enable_and_reset};
13use crate::gpio::AnyPin;
14use crate::interrupt::typelevel::Interrupt; 14use crate::interrupt::typelevel::Interrupt;
15 15
16/// Bus speed (nominal SCL, no clock stretching) 16/// Bus speed (nominal SCL, no clock stretching)