Contiki 3.x
Functions
micro-common.c File Reference

STM32W108 micro specific HAL functions common to full and minimal hal. More...

#include "error.h"
#include "hal/micro/micro-common.h"
#include "hal/micro/cortexm3/micro-common.h"

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...
 

Detailed Description

STM32W108 micro specific HAL functions common to full and minimal hal.

Definition in file micro-common.c.