David Lowe / Mbed 2 deprecated Nucleo_BSP_IHM01A1

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

L6474_Private_Variables

L6474_Private_Variables
[L6474]

Variables

void(* flagInterruptCallback )(void)
 Function pointer to flag interrupt call back.
void(* errorHandlerCallback )(uint16_t)
 Function pointer to error handler call back.
deviceParams_t devicePrm [MAX_NUMBER_OF_DEVICES]
 L6474 Device Paramaters structure.

Variable Documentation

deviceParams_t devicePrm[MAX_NUMBER_OF_DEVICES]

L6474 Device Paramaters structure.

Definition at line 95 of file l6474.cpp.

void(* errorHandlerCallback)(uint16_t)

Function pointer to error handler call back.

Definition at line 86 of file l6474.cpp.

void(* flagInterruptCallback)(void)

Function pointer to flag interrupt call back.

Definition at line 84 of file l6474.cpp.