Sapphire SoC DS Sapphire SoC UG Sapphire HP SoC DS Sapphire HP SoC UG RISC-V Embedded IDE UG Board Support Package
Loading...
Searching...
No Matches

Overview

Register bitmasks and offsets.

Macros

#define TIMER_CONFIG_WITH_PRESCALER   0x2
 Prescaler Enabled *‍/.
#define TIMER_CONFIG_WITHOUT_PRESCALER   0x1
 No Prescaler *‍/.
#define TIMER_CONFIG_SELF_RESTART   0x10000
 Self Restart *‍/.

Macro Definition Documentation

◆ TIMER_CONFIG_SELF_RESTART

#define TIMER_CONFIG_SELF_RESTART   0x10000

#include <timer.h>

Self Restart *‍/.

Definition at line 48 of file timer.h.

◆ TIMER_CONFIG_WITH_PRESCALER

#define TIMER_CONFIG_WITH_PRESCALER   0x2

#include <timer.h>

Prescaler Enabled *‍/.

Definition at line 46 of file timer.h.

◆ TIMER_CONFIG_WITHOUT_PRESCALER

#define TIMER_CONFIG_WITHOUT_PRESCALER   0x1

#include <timer.h>

No Prescaler *‍/.

Definition at line 47 of file timer.h.