Home
last modified time | relevance | path

Searched refs:outWord (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/cau3/
Dfsl_cau3.c2467 uint32_t outWord; in cau3_pkha_write_reg() local
2479 outWord = 0; in cau3_pkha_write_reg()
2480 (void)cau3_memcpy(&outWord, (const uint32_t *)(uintptr_t)data, dataSize); in cau3_pkha_write_reg()
2481 cau3_pkha_write_word(base, reg, startIndex, outWord); in cau3_pkha_write_reg()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ltc/
Dfsl_ltc.c3930 uint32_t outWord; in ltc_pkha_write_reg() local
3942 outWord = 0; in ltc_pkha_write_reg()
3943 ltc_memcpy(&outWord, data, dataSize); in ltc_pkha_write_reg()
3944 ltc_pkha_write_word(base, reg, startIndex, outWord); in ltc_pkha_write_reg()