![]() |
Contiki-NG
|
MSP430FR5969 CPU initialization. More...
#include "contiki.h"#include <msp430.h>Go to the source code of this file.
Functions | |
| static void | msp430_init_dco (void) |
| Initialize the Clock System (CS) module. | |
| static void | init_ports (void) |
| Initialize all ports to output low to reduce power consumption. | |
| void | msp430_sync_dco (void) |
| Synchronize DCO (no-op for FR5969, DCO is automatically calibrated). | |
| int | splhigh_ (void) |
| Mask all interrupts that can be masked. | |
MSP430FR5969 CPU initialization.
Configures the Clock System (CS) for 8MHz DCO operation.
Definition in file msp430.c.
|
static |
Initialize all ports to output low to reduce power consumption.
PJ is intentionally left at its reset default (all inputs):
|
static |