We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5842633 commit c99bbdbCopy full SHA for c99bbdb
embedded-hal-async/src/spi.rs
@@ -163,7 +163,7 @@ pub unsafe trait SpiDevice: ErrorType {
163
/// **NOTE:**
164
/// It is not recommended to use this method directly, because it requires `unsafe` code to dereference the raw pointer.
165
/// Instead, the [`transaction!`] macro should be used, which handles this safely inside the macro.
166
- ///
+ ///
167
/// - Locks the bus
168
/// - Asserts the CS (Chip Select) pin.
169
/// - Calls `f` with an exclusive reference to the bus, which can then be used to do transfers against the device.
0 commit comments