Searched refs:IFR_SW_TRIM_TBL_ENTRY_T (Results 1 – 6 of 6) sorted by relevance
/hal_nxp-3.5.0/mcux/middleware/wireless/framework_5.3.3/XCVR/MKW40Z4/ |
D | ifr_mkw40z4_radio.h | 166 } IFR_SW_TRIM_TBL_ENTRY_T; typedef 175 void handle_ifr(IFR_SW_TRIM_TBL_ENTRY_T * sw_trim_tbl, uint16_t num_entries);
|
D | ifr_mkw40z4_radio.c | 108 void store_sw_trim(IFR_SW_TRIM_TBL_ENTRY_T * sw_trim_tbl, uint16_t num_entries, uint32_t addr, uint… 231 void store_sw_trim(IFR_SW_TRIM_TBL_ENTRY_T * sw_trim_tbl, uint16_t num_entries, uint32_t addr, uint… in store_sw_trim() 262 void handle_ifr(IFR_SW_TRIM_TBL_ENTRY_T * sw_trim_tbl, uint16_t num_entries) in handle_ifr()
|
D | KW4xXcvrDrv.c | 487 IFR_SW_TRIM_TBL_ENTRY_T sw_trim_tbl[] = in XcvrInit_ModeChg_Common() 496 #define NUM_TRIM_TBL_ENTRIES sizeof(sw_trim_tbl)/sizeof(IFR_SW_TRIM_TBL_ENTRY_T) in XcvrInit_ModeChg_Common()
|
/hal_nxp-3.5.0/mcux/middleware/wireless/framework_5.3.3/XCVR/MKW41Z4/ |
D | ifr_radio.h | 137 } IFR_SW_TRIM_TBL_ENTRY_T; typedef 168 void handle_ifr(IFR_SW_TRIM_TBL_ENTRY_T * sw_trim_tbl, uint16_t num_entries);
|
D | ifr_radio.c | 78 void store_sw_trim(IFR_SW_TRIM_TBL_ENTRY_T * sw_trim_tbl, uint16_t num_entries, uint32_t addr, uint… 340 void store_sw_trim(IFR_SW_TRIM_TBL_ENTRY_T * sw_trim_tbl, uint16_t num_entries, uint32_t addr, uint… in store_sw_trim() 369 void handle_ifr(IFR_SW_TRIM_TBL_ENTRY_T * sw_trim_tbl, uint16_t num_entries) in handle_ifr()
|
D | fsl_xcvr.c | 337 IFR_SW_TRIM_TBL_ENTRY_T sw_trim_tbl[] = in XCVR_Init() 342 const uint8_t NUM_TRIM_TBL_ENTRIES = sizeof(sw_trim_tbl)/sizeof(IFR_SW_TRIM_TBL_ENTRY_T); in XCVR_Init()
|