1.1.3.4.36 DRV_RF215_FSK_CFG_OBJ Struct
C
typedef struct
{
DRV_RF215_FSK_SYM_RATE symRate;
DRV_RF215_FSK_MOD_IDX modIdx;
DRV_RF215_FSK_MOD_ORD modOrd;
} DRV_RF215_FSK_CFG_OBJ;Summary
Defines the data required to configure the RF215 FSK PHY.
Description
This data type defines the data required to configure the RF215 FSK PHY.
Field description:
- symRate: FSK symbol rate (see DRV_RF215_FSK_SYM_RATE)
- modIdx: FSK modulation index (see DRV_RF215_FSK_MOD_IDX)
- modOrd: FSK modulation order (see DRV_RF215_FSK_MOD_ORD)
Remarks
None.
