1.2.4.15 IP1553_BcModeCommandTransfer

void IP1553_BcModeCommandTransfer(uint8_t rtAddr, IP1553_MODE_CMD modeCommand, uint16_t cmdParameter, IP1553_BUS bus )

Summary

Start BC mode command transfer.

Preconditions

IP1553_Initialize must have been called for the IP1553 instance. IP1553_BuffersConfigSet must have been called to set allocated buffers.

Parameters

  • rtAddr - The remote terminal address or 0x1F for broadcast.
  • modeCommand - The mode command code.
  • cmdParameter - Optional command parameter for applicable commande code.
  • bus - Indicate if the transfer uses physical BUS A or B.

Returns

None