CAN_Polling() is only used within CAN_Loopback.
 
Symbols
loading...
Files
loading...

CAN_Polling() function

Configures the CAN, transmit and receive by polling

Syntax

static HAL_StatusTypeDef CAN_Polling(void);
Implemented in main.c:99

Return value

PASSED if the reception is well done, FAILED in other case

References

LocationReferrerText
main.c:99
HAL_StatusTypeDef CAN_Polling(void)
main.c:45
static HAL_StatusTypeDef CAN_Polling(void);
main.c:77main()
if(CAN_Polling() == HAL_OK)

Call Tree

Functions calling CAN_Polling()
Functions called by CAN_Polling()
all items filtered out
CAN_Polling()
Type of CAN_Polling()
CAN_Polling()