| Contiki-Inga 3.x
    | 
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 (uint8_t magicKey) | 
| Disables the watchdog timer.  More... | |
| boolean | halInternalWatchDogEnabled (void) | 
| Determines whether the watchdog has been enabled or disabled.  More... | |
| void | halGpioConfig (uint32_t io, uint32_t config) | 
| Configure an IO pin's operating mode.  More... | |
| void | halGpioSet (uint32_t gpio, boolean value) | 
| Set/Clear single GPIO bit.  More... | |
| uint16_t | halInternalStartSystemTimer (void) | 
| Initializes the system tick.  More... | |
STM32W108 micro specific HAL functions common to full and minimal hal.
Definition in file micro-common.c.
 1.8.3.1
 1.8.3.1