Loading...
Searching...
No Matches
board.h File Reference

Basic definitions for the Olimex MSP430-H2618 board. More...

Detailed Description

Basic definitions for the Olimex MSP430-H2618 board.

Author
Marian Buschsieweke maria.nosp@m.n.bu.nosp@m.schsi.nosp@m.ewek.nosp@m.e@pos.nosp@m.teo..nosp@m.net

Definition in file board.h.

#include "cpu.h"
#include "macros/units.h"
+ Include dependency graph for board.h:

Go to the source code of this file.

#define __MSP430F2618__
 Define the CPU model for the <msp430.h>
 

ztimer configuration

#define CONFIG_ZTIMER_USEC_WIDTH   16
 running on a 16-bit timer
 
#define CONFIG_ZTIMER_USEC_BASE_FREQ   MHZ(2)
 Cannot divide 16 MHz clock to 1 MHz, go for 2 MHz instead.
 

Macro Definition Documentation

◆ __MSP430F2618__

#define __MSP430F2618__

Define the CPU model for the <msp430.h>

Definition at line 35 of file board.h.

◆ CONFIG_ZTIMER_USEC_BASE_FREQ

#define CONFIG_ZTIMER_USEC_BASE_FREQ   MHZ(2)

Cannot divide 16 MHz clock to 1 MHz, go for 2 MHz instead.

Definition at line 44 of file board.h.

◆ CONFIG_ZTIMER_USEC_WIDTH

#define CONFIG_ZTIMER_USEC_WIDTH   16

running on a 16-bit timer

Definition at line 42 of file board.h.