Type definitions#
Modules#
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.
enum
SID_PAL_SERIAL_BUS_CLIENT_DESELECT
SID_PAL_SERIAL_BUS_CLIENT_SELECT
}
Describes the client selection or deselection.
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. |
sid_pal_serial_bus_client_select#
sid_pal_serial_bus_client_select
Describes the client selection or deselection.
Enumerator | |
---|---|
SID_PAL_SERIAL_BUS_CLIENT_DESELECT | Deselect the serial bus client |
SID_PAL_SERIAL_BUS_CLIENT_SELECT | Select the serial bus client |