Home
last modified time | relevance | path

Searched refs:Buffer (Results 1 – 25 of 103) sorted by relevance

12345

/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip_HwAccess.c532 static inline uint32 CanXL_DeserializeRevUint32(const uint8 * Buffer) in CanXL_DeserializeRevUint32() argument
536 value |= (uint32)Buffer[3] << 24U; in CanXL_DeserializeRevUint32()
537 value |= (uint32)Buffer[2] << 16U; in CanXL_DeserializeRevUint32()
538 value |= (uint32)Buffer[1] << 8U; in CanXL_DeserializeRevUint32()
539 value |= (uint32)Buffer[0]; in CanXL_DeserializeRevUint32()
/hal_nxp-latest/s32/drivers/s32k3/Eth_GMAC/include/
DGmac_Ip_Types.h566 uint8 *Buffer; /*!< Buffer data pool start address */ member
584 uint8 *Buffer; /*!< Buffer data pool start address */ member
/hal_nxp-latest/s32/drivers/s32k3/Eth_GMAC/src/
DGmac_Ip.c742 …ingConfig[i].RingDesc[j].Des0 = (TxRingConfig[i].Buffer != NULL_PTR)? (uint32)(&TxRingConfig[i].B… in Gmac_Ip_InitTxBD()
802 if (RxRingConfig[i].Buffer != NULL_PTR) in Gmac_Ip_InitRxBD()
804 …RxRingConfig[i].RingDesc[j].Des0 = (uint32)(&RxRingConfig[i].Buffer[RxRingConfig[i].BufferLen * j… in Gmac_Ip_InitRxBD()
1110 …onfig->Gmac_paCtrlRxRingConfig[i].Buffer == NULL_PTR) || GMAC_BUFF_IS_ALIGNED(Config->Gmac_paCtrlR… in Gmac_Ip_Init()
1126 …onfig->Gmac_paCtrlTxRingConfig[i].Buffer == NULL_PTR) || GMAC_BUFF_IS_ALIGNED(Config->Gmac_paCtrlT… in Gmac_Ip_Init()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/port/osa/
Dmem_pool.h50 unsigned char Buffer[1]; member
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc.h3219 #pragma region Buffer Pool Table
3309 #pragma endregion Buffer Pool Table
3313 #pragma region Shared Buffer Pool Table
3377 #pragma endregion Shared Buffer Pool Table
/hal_nxp-latest/mcux/mcux-sdk/devices/MKL17Z644/gcc/
DMKL17Z32xxx4_ram.ld148 KEEP(*(.mtb_buf)) /* need to KEEP Micro Trace Buffer as not referenced by application */
DMKL17Z64xxx4_ram.ld148 KEEP(*(.mtb_buf)) /* need to KEEP Micro Trace Buffer as not referenced by application */
DMKL17Z64xxx4_flash.ld156 KEEP(*(.mtb_buf)) /* need to KEEP Micro Trace Buffer as not referenced by application */
DMKL17Z32xxx4_flash.ld156 KEEP(*(.mtb_buf)) /* need to KEEP Micro Trace Buffer as not referenced by application */
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE13Z7/gcc/
DMKE13Z128xxx7_flash.ld154 KEEP(*(.mtb_buf)) /* need to KEEP Micro Trace Buffer as not referenced by application */
DMKE13Z128xxx7_ram.ld146 KEEP(*(.mtb_buf)) /* need to KEEP Micro Trace Buffer as not referenced by application */
/hal_nxp-latest/mcux/mcux-sdk/devices/MKL27Z644/gcc/
DMKL27Z64xxx4_flash.ld157 KEEP(*(.mtb_buf)) /* need to KEEP Micro Trace Buffer as not referenced by application */
/hal_nxp-latest/mcux/mcux-sdk/devices/MKM33ZA5/gcc/
DMKM33Z128Axxx5_ram.ld145 KEEP(*(.mtb_buf)) /* need to KEEP Micro Trace Buffer as not referenced by application */
DMKM33Z64Axxx5_flash.ld153 KEEP(*(.mtb_buf)) /* need to KEEP Micro Trace Buffer as not referenced by application */
DMKM33Z64Axxx5_ram.ld145 KEEP(*(.mtb_buf)) /* need to KEEP Micro Trace Buffer as not referenced by application */
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE16Z4/gcc/
DMKE16Z32xxx4_ram.ld145 KEEP(*(.mtb_buf)) /* need to KEEP Micro Trace Buffer as not referenced by application */
DMKE16Z64xxx4_flash.ld153 KEEP(*(.mtb_buf)) /* need to KEEP Micro Trace Buffer as not referenced by application */
/hal_nxp-latest/mcux/mcux-sdk/devices/K32L3A60/gcc/
DK32L3A60xxx_cm0plus_flash.ld155 KEEP(*(.mtb_buf)) /* need to KEEP Micro Trace Buffer as not referenced by application */
/hal_nxp-latest/mcux/mcux-sdk/devices/K32L2B31A/gcc/
DK32L2B31xxxxA_flash.ld155 KEEP(*(.mtb_buf)) /* need to KEEP Micro Trace Buffer as not referenced by application */
DK32L2B31xxxxA_ram.ld147 KEEP(*(.mtb_buf)) /* need to KEEP Micro Trace Buffer as not referenced by application */
/hal_nxp-latest/mcux/mcux-sdk/devices/K32L2A31A/gcc/
DK32L2A31xxxxA_flash.ld154 KEEP(*(.mtb_buf)) /* need to KEEP Micro Trace Buffer as not referenced by application */
DK32L2A31xxxxA_ram.ld146 KEEP(*(.mtb_buf)) /* need to KEEP Micro Trace Buffer as not referenced by application */
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE04Z1284/gcc/
DMKE04Z128xxx4_ram.ld147 KEEP(*(.mtb_buf)) /* need to KEEP Micro Trace Buffer as not referenced by application */
/hal_nxp-latest/mcux/mcux-sdk/devices/MKV11Z7/gcc/
DMKV11Z128xxx7_flash.ld155 KEEP(*(.mtb_buf)) /* need to KEEP Micro Trace Buffer as not referenced by application */
DMKV11Z64xxx7_ram.ld147 KEEP(*(.mtb_buf)) /* need to KEEP Micro Trace Buffer as not referenced by application */

12345