Home
last modified time | relevance | path

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/
Difr_mkw40z4_radio.h166 } IFR_SW_TRIM_TBL_ENTRY_T; typedef
175 void handle_ifr(IFR_SW_TRIM_TBL_ENTRY_T * sw_trim_tbl, uint16_t num_entries);
Difr_mkw40z4_radio.c108 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()
DKW4xXcvrDrv.c487 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/
Difr_radio.h137 } IFR_SW_TRIM_TBL_ENTRY_T; typedef
168 void handle_ifr(IFR_SW_TRIM_TBL_ENTRY_T * sw_trim_tbl, uint16_t num_entries);
Difr_radio.c78 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()
Dfsl_xcvr.c337 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()