forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
spi: stm32: Enable sending 16bits at a time in 8bit mode if possible
If possible, allow sending 16bits at once instead of 8bits. I found large delays (up to 3us) between sending bytes due to Zephyr SPI overhead, so allowing 16bits at a time if possible helps save that time. Signed-off-by: Pushpal Sidhu <[email protected]>
- Loading branch information
1 parent
8f0788e
commit 2ce8fa1
Showing
1 changed file
with
88 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters