Kamcho Library 02.00.03
lib.kamcho.02.00.03.287
|
Functions | |
WDT_Device_t * | WDT_devRequest (void) |
The instance of WDT device. More... | |
int32_t | WDT_devIsReset (WDT_Device_t *dev) |
Check if Watch Reset Occurred. More... | |
int32_t | WDT_devClear (WDT_Device_t *dev) |
Clear Watchdog Timer. More... | |
void | Watchdog_Handler (void) |
int32_t | WDT_devInit (WDT_Device_t *dev, uint8_t mode, uint8_t time, void *cb) |
Initialize Watchdog Timer. More... | |
This file is proprietary to Indie Semiconductor. All rights reserved. Reproduction or distribution, in whole or in part, is forbidden except by express written permission of Indie Semiconductor.
void Watchdog_Handler | ( | void | ) |
int32_t WDT_devClear | ( | WDT_Device_t * | dev | ) |
Clear Watchdog Timer.
dev | The pointer to WDT device |
int32_t WDT_devInit | ( | WDT_Device_t * | dev, |
uint8_t | mode, | ||
uint8_t | time, | ||
void * | cb | ||
) |
Initialize Watchdog Timer.
dev | The pointer to WDT device, |
mode | The enumeration of watchdog timer mode. |
time | The enumeration of time settings. |
cb | The pointer to the call back function if it is set to interrupt mode. |
int32_t WDT_devIsReset | ( | WDT_Device_t * | dev | ) |
Check if Watch Reset Occurred.
dev | The pointer to WDT device |
WDT_Device_t* WDT_devRequest | ( | void | ) |
The instance of WDT device.
WDT Request Device.