#include <Arduino.h>
#include <Wire.h>
Go to the source code of this file.
◆ MAX_DELAY_AFTER_OSCILLATOR
#define MAX_DELAY_AFTER_OSCILLATOR 500 |
◆ I2C_ADDR_DIRECT_ACCESS
#define I2C_ADDR_DIRECT_ACCESS 0x11 |
Can be used to access a given register at a time.
Definition at line 32 of file RDA5807.h.
◆ I2C_ADDR_FULL_ACCESS
#define I2C_ADDR_FULL_ACCESS 0x10 |
Can be used to access a set of register at a time.
Definition at line 33 of file RDA5807.h.
◆ OSCILLATOR_TYPE_CRYSTAL
#define OSCILLATOR_TYPE_CRYSTAL 0 |
◆ OSCILLATOR_TYPE_REFCLK
#define OSCILLATOR_TYPE_REFCLK 1 |
Reference clock.
Definition at line 37 of file RDA5807.h.
◆ CLOCK_32K
◆ CLOCK_12M
◆ CLOCK_13M
◆ CLOCK_19_2M
◆ CLOCK_24M
◆ CLOCK_26M
◆ CLOCK_38_4M
◆ RDS_STANDARD
◆ RDS_VERBOSE
◆ RDA_FM_BAND_USA_EU
#define RDA_FM_BAND_USA_EU 0 |
87.5–108 MHz (US / Europe, Default)
Definition at line 50 of file RDA5807.h.
◆ RDA_FM_BAND_JAPAN_WIDE
#define RDA_FM_BAND_JAPAN_WIDE 1 |
76–91 MHz (Japan wide band)
Definition at line 51 of file RDA5807.h.
◆ RDA_FM_BAND_WORLD
#define RDA_FM_BAND_WORLD 2 |
76–108 MHz (world wide)
Definition at line 52 of file RDA5807.h.
◆ RDA_FM_BAND_SPECIAL
#define RDA_FM_BAND_SPECIAL 3 |
65 –76 MHz(East Europe) or 50 - 65MHz(see bit 9 of gegister 0x06)
Definition at line 53 of file RDA5807.h.
◆ RDA_SEEK_WRAP
Wrap at the upper or lower band limit and continue seeking.
Definition at line 55 of file RDA5807.h.
◆ RDA_SEEK_STOP
Stop seeking at the upper or lower band limit.
Definition at line 56 of file RDA5807.h.
◆ RDA_SEEK_DOWN
◆ RDA_SEEK_UP
◆ REG00
◆ REG02
◆ REG03
◆ REG04
◆ REG05
◆ REG06
◆ REG07
◆ REG0A
◆ REG0B
◆ REG0C
◆ REG0D
◆ REG0E
◆ REG0F
◆ SH_REG0A
◆ SH_REG0B
◆ SH_REG0C
◆ SH_REG0D
◆ SH_REG0E
◆ SH_REG0F
◆ I2S_WS_STEP_48
#define I2S_WS_STEP_48 0b1000 |
◆ I2S_WS_STEP_44_1
#define I2S_WS_STEP_44_1 0b0111 |
◆ I2S_WS_STEP_32
#define I2S_WS_STEP_32 0b0110 |
◆ I2S_WS_STEP_24
#define I2S_WS_STEP_24 0b0101 |
◆ I2S_WS_STEP_22_05
#define I2S_WS_STEP_22_05 0b0100 |
◆ I2S_WS_STEP_16
#define I2S_WS_STEP_16 0b0011 |
◆ I2S_WS_STEP_12
#define I2S_WS_STEP_12 0b0010 |
◆ I2S_WS_STEP_11_025
#define I2S_WS_STEP_11_025 0b0001 |
◆ I2S_WS_STEP_8
#define I2S_WS_STEP_8 0b0000 |