You are viewing documentation for version:
Type definitions#
Modules#
sid_pal_serial_bus_client
sid_pal_serial_bus_iface
sid_pal_serial_bus_factory
Enumerations#
enum
SID_PAL_SERIAL_BUS_BIT_ORDER_MSB_FIRST
SID_PAL_SERIAL_BUS_BIT_ORDER_LSB_FIRST
}
Describes the bit order of messages exchanged on serial bus interface.
Enumeration Documentation#
sid_pal_serial_bus_bit_order#
sid_pal_serial_bus_bit_order
Describes the bit order of messages exchanged on serial bus interface.
Enumerator |
---|
SID_PAL_SERIAL_BUS_BIT_ORDER_MSB_FIRST | Most significant bit first. |
SID_PAL_SERIAL_BUS_BIT_ORDER_LSB_FIRST | Least significant bit first. |