Functions | |
STATIC TLx4966_Error_t | GPIO_Speed_Init () |
STATIC TLx4966_GPIOLevel_t | GPIO_Speed_Read () |
STATIC TLx4966_Error_t | GPIO_Dir_Init (void) |
STATIC TLx4966_GPIOLevel_t | GPIO_Dir_Read () |
STATIC TLx4966_Error_t | Timer_Init () |
STATIC void | Timer_Start () |
STATIC uint32_t | Timer_Elapsed () |
STATIC void | Timer_Stop () |
STATIC TLx4966_Error_t | Timer_Delay (uint32_t timeout) |
Variables | |
STATIC uint32_t | curTime = 0 |
TLx4966_GPIO_t | speed |
TLx4966_GPIO_t | direction |
TLx4966_Timer_t | timer |
TLx4966_HwIntf_t | TLx4966_Shield2Go_poll |
TLx4966_HwIntf_t | TLx4966_Shield2Go_interrupt |
STATIC TLx4966_Error_t GPIO_Dir_Init | ( | void | ) |
STATIC TLx4966_GPIOLevel_t GPIO_Dir_Read | ( | ) |
STATIC TLx4966_Error_t GPIO_Speed_Init | ( | ) |
STATIC TLx4966_GPIOLevel_t GPIO_Speed_Read | ( | ) |
STATIC TLx4966_Error_t Timer_Delay | ( | uint32_t | timeout | ) |
STATIC uint32_t Timer_Elapsed | ( | ) |
STATIC TLx4966_Error_t Timer_Init | ( | ) |
STATIC void Timer_Start | ( | ) |
STATIC void Timer_Stop | ( | ) |
STATIC uint32_t curTime = 0 |
< xmc2go + Shield2Go < xmc arduino and arduino uno boards < Custom Arduino Configuration Current time
TLx4966_GPIO_t direction |
TLx4966_GPIO_t speed |
TLx4966_Timer_t timer |
TLx4966_HwIntf_t TLx4966_Shield2Go_interrupt |
Not available.