Contiki 2.5
|
STM32W108 micro specific HAL functions common to full and minimal hal. More...
Go to the source code of this file.
Functions | |
void | halInternalEnableWatchDog (void) |
Enables the watchdog timer. | |
void | halInternalResetWatchDog (void) |
Resets the watchdog timer. More... | |
void | halInternalDisableWatchDog (int8u magicKey) |
Disables the watchdog timer. More... | |
boolean | halInternalWatchDogEnabled (void) |
Determines whether the watchdog has been enabled or disabled. More... | |
void | halGpioConfig (int32u io, int32u config) |
Configure an IO pin's operating mode. More... | |
void | halGpioSet (int32u gpio, boolean value) |
Set/Clear single GPIO bit. More... | |
int16u | halInternalStartSystemTimer (void) |
Initializes the system tick. More... | |
STM32W108 micro specific HAL functions common to full and minimal hal.
Definition in file micro-common.c.