Home
last modified time | relevance | path

Searched refs:dr (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/
Dmflash_file.c80 static bool dir_path_store(mflash_dir_record_t *dr, char *path) in dir_path_store() argument
82 assert(dr); in dir_path_store()
87 dr->path[i] = (uint8_t)(*path); in dir_path_store()
108 static bool dir_path_match(mflash_dir_record_t *dr, char *path) in dir_path_match() argument
110 assert(dr); in dir_path_match()
115 if (dr->path[i] != (uint8_t)(*path)) in dir_path_match()
268 static status_t mflash_file_check(mflash_fs_t *fs, mflash_dir_record_t *dr) in mflash_file_check() argument
279 if (dr == NULL) in mflash_file_check()
285 meta = mflash_fs_get_ptr(fs, dr->file_offset); in mflash_file_check()
301 if (meta->file_size + sizeof(mflash_file_meta_t) > dr->alloc_size) in mflash_file_check()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/codec/pcm512x/
Dfsl_pcm512x.c106 int dr; in dac_pcm512x_get_dac_rate() local
112 dr = 5644800; in dac_pcm512x_get_dac_rate()
117 dr = 6144000; in dac_pcm512x_get_dac_rate()
120 dr = -1; in dac_pcm512x_get_dac_rate()
124 return dr; in dac_pcm512x_get_dac_rate()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw.c99 uint32_t dr = 0; in NETC_RxQosCInit() local
107 dr |= ((uint32_t)profile->dr[i] & NETC_SW_ENETC_VLANDRMPR_PCP_DEI_0_MASK) << (2U * i); in NETC_RxQosCInit()
115 base->NUM_PROFILE[1].VLANDRMPR = dr; in NETC_RxQosCInit()
122 base->NUM_PROFILE[0].VLANDRMPR = dr; in NETC_RxQosCInit()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc.h381 …uint8_t dr[16]; /*!< Index is created from PCP (3 bits) + DEI (1 bit) field. Value is the mapped … member
1309 uint32_t dr : 2; /*!< Drop Resilience */ member
1497 uint32_t dr : 2; /*!< Drop Resilience, active when odr is set to 1 */ member
1588 uint32_t dr : 2; /*!< Drop Resilience, active when odr is set to 1 */ member
3839 uint8_t dr; /*!< Mirrored packet's DR (drop resilience) */ member
Dfsl_netc_switch.c231 config->rxqosCfg.profiles[i].dr[j * 2U + 1U] = 2U; in SWT_GetDefaultConfig()
237 config->imrCfg.dr = 3; in SWT_GetDefaultConfig()
561 NETC_SW_IMDCR0_DR(config->dr) | NETC_SW_IMDCR0_IPV(config->ipv) | in SWT_RxMirrorConfig()
730 NETC_SI_TXDESCRIP_RD_DR(ringOrQueue.dr); in SWT_SendFrame()
Dfsl_netc_switch.h251 uint8_t dr : 1; /*!< Discard Resiliance, use for Direct Switch Enqueue Tx option */ member