Home
last modified time | relevance | path

Searched refs:t (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_dspi_edma.c634 uint8_t t = 0; in DSPI_MasterTransferEDMA() local
638 t = channelPriorityLow; in DSPI_MasterTransferEDMA()
640 channelPriorityHigh = t; in DSPI_MasterTransferEDMA()
849 uint8_t t = 0; in DSPI_MasterTransferEDMA() local
852 t = channelPriorityLow; in DSPI_MasterTransferEDMA()
854 channelPriorityMid = t; in DSPI_MasterTransferEDMA()
859 t = channelPriorityLow; in DSPI_MasterTransferEDMA()
861 channelPriorityHigh = t; in DSPI_MasterTransferEDMA()
866 t = channelPriorityMid; in DSPI_MasterTransferEDMA()
868 channelPriorityHigh = t; in DSPI_MasterTransferEDMA()
[all …]
/hal_nxp-2.7.6/mcux/drivers/imxrt6xx/
Dfsl_casper.c2181 int i, t; in recode() local
2184 t = (n + (w - 2)) / (w - 1); in recode()
2185 for (i = 0; i < t; i++) in recode()
2192 c[t] = (int8_t)K[0]; in recode()
2804 uint32_t *t, *t2, *s1, *s2, *s4, *s8, *tmp; in invert_mod_p256() local
2807 t = &CASPER_MEM[((2U * ((uint32_t)kCASPER_ECC_P256_wordlen + 4U)) + in invert_mod_p256()
2870 square_casper(t, tmp); in invert_mod_p256()
2871 square_casper(tmp, t); in invert_mod_p256()
2873 square_casper(t, tmp); in invert_mod_p256()
2874 multiply_casper(tmp, t, a); in invert_mod_p256()
[all …]
/hal_nxp-2.7.6/mcux/drivers/lpc/
Dfsl_casper.c2181 int i, t; in recode() local
2184 t = (n + (w - 2)) / (w - 1); in recode()
2185 for (i = 0; i < t; i++) in recode()
2192 c[t] = (int8_t)K[0]; in recode()
2804 uint32_t *t, *t2, *s1, *s2, *s4, *s8, *tmp; in invert_mod_p256() local
2807 t = &CASPER_MEM[((2U * ((uint32_t)kCASPER_ECC_P256_wordlen + 4U)) + in invert_mod_p256()
2870 square_casper(t, tmp); in invert_mod_p256()
2871 square_casper(tmp, t); in invert_mod_p256()
2873 square_casper(t, tmp); in invert_mod_p256()
2874 multiply_casper(tmp, t, a); in invert_mod_p256()
[all …]
/hal_nxp-2.7.6/mcux/scripts/
Dimport_mcux_sdk.py70 t = os.path.join(dst, os.path.basename(f))
71 shutil.copytree(f, t, dirs_exist_ok=True, ignore = shutil.ignore_patterns("*.cmake"))