TMPM4G9
V1.0.0.0
|
This file provides all the functions prototypes for A-OFD. More...
#include "txz_sample_def.h"
Go to the source code of this file.
Data Structures | |
struct | REG_OFD_t |
OFD Control structure definition. More... | |
Macros | |
#define | REG_OFD_OFDCR1_OFDWEN_DISABLE ((uint32_t)0x00000006) |
#define | REG_OFD_OFDCR1_OFDWEN_ENABLE ((uint32_t)0x000000F9) |
#define | REG_OFD_OFDCR2_OFDEN_DISABLE ((uint32_t)0x00000000) |
#define | REG_OFD_OFDCR2_OFDEN_ENABLE ((uint32_t)0x000000E4) |
#define | REG_OFD_OFDRST_OFDRSTEN_DISABLE ((uint32_t)0x00000000) |
#define | REG_OFD_OFDRST_OFDRSTEN_ENABLE ((uint32_t)0x00000001) |
#define | REG_OFD_OFDSTAT_OFDBUSY_MASK ((uint32_t)0x00000002) |
#define | REG_OFD_OFDSTAT_OFDBUSY_SUSPENDED ((uint32_t)0x00000000) |
#define | REG_OFD_OFDSTAT_OFDBUSY_RUNNING ((uint32_t)0x00000002) |
#define | REG_OFD_OFDSTAT_FRQERR_MASK ((uint32_t)0x00000001) |
#define | REG_OFD_OFDSTAT_FRQERR_NOERROR ((uint32_t)0x00000000) |
#define | REG_OFD_OFDSTAT_FRQERR_ERROR ((uint32_t)0x00000001) |
#define | REG_OFD_OFDMON1_OFDMON1_EHOSC ((uint32_t)0x00000000) |
#define | REG_OFD_OFDMON1_OFDMON1_FC ((uint32_t)0x00000001) |
Functions | |
void | REG_OFDWEN_enable (TSB_OFD_TypeDef *p_reg) |
Register Write Enable. More... | |
void | REG_OFDWEN_disable (TSB_OFD_TypeDef *p_reg) |
Register Write Disable. More... | |
void | REG_OFDEN_enable (TSB_OFD_TypeDef *p_reg) |
OFD Detection Enablel. More... | |
void | REG_OFDEN_disable (TSB_OFD_TypeDef *p_reg) |
OFD Detection Disable. More... | |
void | REG_OFDMN0_set (TSB_OFD_TypeDef *p_reg, uint32_t param) |
Set Value Detect Minimum Frequency for EHOSC. More... | |
void | REG_OFDMN1_set (TSB_OFD_TypeDef *p_reg, uint32_t param) |
Set Value Detect Minimum Frequency for fc. More... | |
void | REG_OFDMX0_set (TSB_OFD_TypeDef *p_reg, uint32_t param) |
Set Value Detect Maxmun Frequency for EHOSC. More... | |
void | REG_OFDMX1_set (TSB_OFD_TypeDef *p_reg, uint32_t param) |
Set Value Detect Maxmun Frequency for fc. More... | |
void | REG_OFDRST_enable (TSB_OFD_TypeDef *p_reg) |
OFD RESET Enable. More... | |
void | REG_OFDRST_disable (TSB_OFD_TypeDef *p_reg) |
OFD RESET Disable. More... | |
void | REG_OFDSTAT_get (TSB_OFD_TypeDef *p_reg, uint32_t *status) |
Get Value OFD Status Register. More... | |
void | REG_OFDMON1_set (TSB_OFD_TypeDef *p_reg, uint32_t param) |
Set Value Detect Clock. More... | |
This file provides all the functions prototypes for A-OFD.
DO NOT USE THIS SOFTWARE WITHOUT THE SOFTWARE LICENSE AGREEMENT.
Copyright(C) Toshiba Electronic Device Solutions Corporation 2019