1.2.4.20 IP1553_BusyBitCmdSet
void IP1553_BusyBitCmdSet(bool enable)
Summary
Enable or Disable BusyBitCmd bit. Indicates the value of the busy bit to be returned in status word transfers. If enabled, Inhibits the transmission of the data words in response to a transmit command and its corresponding interrupt.
Preconditions
IP1553_Initialize must have been called for the IP1553 instance.
Parameters
enable - If true, busy bit returned in status word transfers is 1. 0 if false.
Returns
None