rda5807m: Driver for single-chip broadcast FM radio tuner RDA5807M
- struct rda5807m_state_t
#include <rda5807m.h>Overall device status.
Public Members
- rda5807m_seek_status_t seek_status
Seek status.
- bool station
True if tuned to a station.
- bool stereo
True if stereo is available.
- bool rds_ready
True if RDS data is ready.
- uint8_t rssi
RSSI, 0..RDA5807M_RSSI_MAX (logarithmic scale)
- uint32_t frequency
Current frequency, kHz.
- uint16_t rds[4]
RDS data.
- struct rda5807m_t
#include <rda5807m.h>Device descriptor.