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
The interface is rather odd and needs to be cleaned up.
. It uses a struct that contains data, data_len, clock multiplier, and number of masters (!). data and data_len clearly belong together, but the number of masters should be part of the bus definition, and the clock multiplier belongs with the device address. Furthermore, for any normal use both device address and clock multiplier are constant.
. The data_len is measured in bytes - it is worth checking that this should not be the number of bits.
The text was updated successfully, but these errors were encountered:
The interface is rather odd and needs to be cleaned up.
. It uses a struct that contains data, data_len, clock multiplier, and number of masters (!). data and data_len clearly belong together, but the number of masters should be part of the bus definition, and the clock multiplier belongs with the device address. Furthermore, for any normal use both device address and clock multiplier are constant.
. The data_len is measured in bytes - it is worth checking that this should not be the number of bits.
The text was updated successfully, but these errors were encountered: