embassy/embassy-stm32
Alex Ferro 4883fdd154 Add a STM32/DMARingBuffer::read_exact helper
This provides a helper function with an async implementation, that
will only return (or error) when it was able to read that many bytes,
sleeping until ready.

Additionally, corrected the documentation for Ringbuffer functions to use
"elements" instead of "bytes" as the types were already generic over the
word/element size.
2023-07-22 17:17:01 -06:00
..
src Add a STM32/DMARingBuffer::read_exact helper 2023-07-22 17:17:01 -06:00
build.rs stm32/rcc: allow const-propagation 2023-07-04 16:29:46 -05:00
Cargo.toml stm32: update metapac 2023-07-22 11:43:14 -05:00