Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw_si.c113 bool addrAlign; in NETC_SIPsiSetRxBuffer() local
118 addrAlign = (address & 0x3FU) == 0U; in NETC_SIPsiSetRxBuffer()
119 if (addrAlign) in NETC_SIPsiSetRxBuffer()
177 bool addrAlign; in NETC_SIVsiSendMsg() local
189 addrAlign = (address & 0x3FU) == 0U; in NETC_SIVsiSendMsg()
191 if ((msgLen <= 1024U) && addrAlign && lenAlign) in NETC_SIVsiSendMsg()