You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a little unsure about whether a simuart is meant to be an implementation of a uart or if it is meant to be a distinct device type.
If a simuart is meant to be an implementation of a uart, then it it seems that the metal_uart_get_device() function does not search through the __metal_simuart_table for instances of simuarts.
If simuart is meant to be its own device type, then there is no metal_simuart_get_device() function that allows you to query for instances of simuarts.
The text was updated successfully, but these errors were encountered:
I'm a little unsure about whether a simuart is meant to be an implementation of a uart or if it is meant to be a distinct device type.
If a simuart is meant to be an implementation of a uart, then it it seems that the
metal_uart_get_device()
function does not search through the__metal_simuart_table
for instances of simuarts.If simuart is meant to be its own device type, then there is no
metal_simuart_get_device()
function that allows you to query for instances of simuarts.The text was updated successfully, but these errors were encountered: