mirror of
https://github.com/preble/libpinproc
synced 2026-02-24 18:25:23 +01:00
Removed enableExtraData from Aux commits. That bit is now a global bit in the FPGA's Manager logic.
This commit is contained in:
@@ -182,7 +182,6 @@ typedef struct PRDriverState {
|
||||
|
||||
typedef struct PRDriverAuxCommand {
|
||||
bool_t active;
|
||||
bool_t useExtraData;
|
||||
bool_t muxEnables;
|
||||
uint8_t command;
|
||||
uint8_t enables;
|
||||
@@ -243,7 +242,7 @@ PR_EXPORT PRResult PRDriverPulsedPatter(PRHandle handle, uint16_t driverNum, uin
|
||||
* Prepares an Aux Command to drive the Aux bus.
|
||||
* This function is provided for convenience.
|
||||
*/
|
||||
PR_EXPORT void PRDriverAuxPrepareOutput(PRDriverAuxCommand *auxCommand, uint8_t data, uint8_t extraData, bool_t useExtraData, uint8_t enables, bool_t muxEnables);
|
||||
PR_EXPORT void PRDriverAuxPrepareOutput(PRDriverAuxCommand *auxCommand, uint8_t data, uint8_t extraData, uint8_t enables, bool_t muxEnables);
|
||||
/**
|
||||
* Prepares an Aux Command to delay the Aux logic.
|
||||
* This function is provided for convenience.
|
||||
|
||||
Reference in New Issue
Block a user