Maybe I am missing something, but I can't figure out how to access the SAI driver. I see that there are SAI instances in board::instances, but board::t41() doesn't return them.
How can I get access to the SAI instance to construct a SAI driver via imxrt-hal::sai? If I try to use SAI instances from board::instances() directly, I run into issues with the borrow checker.
Maybe I am missing something, but I can't figure out how to access the SAI driver. I see that there are SAI instances in
board::instances, butboard::t41()doesn't return them.How can I get access to the SAI instance to construct a SAI driver via
imxrt-hal::sai? If I try to use SAI instances fromboard::instances()directly, I run into issues with the borrow checker.