/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/Driver/DriverTemplates/ |
D | Driver_ETH_MAC.c | 112 static int32_t ARM_ETH_MAC_GetRxFrameTime(ARM_ETH_MAC_TIME *time) in ARM_ETH_MAC_GetRxFrameTime() argument 116 static int32_t ARM_ETH_MAC_GetTxFrameTime(ARM_ETH_MAC_TIME *time) in ARM_ETH_MAC_GetTxFrameTime() argument 192 static int32_t ARM_ETH_MAC_ControlTimer(uint32_t control, ARM_ETH_MAC_TIME *time) in ARM_ETH_MAC_ControlTimer() argument
|
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/Driver/Include/ |
D | Driver_ETH_MAC.h | 298 …int32_t (*GetRxFrameTime) (ARM_ETH_MAC_TIME *time); … 299 …int32_t (*GetTxFrameTime) (ARM_ETH_MAC_TIME *time); … 300 …int32_t (*ControlTimer) (uint32_t control, ARM_ETH_MAC_TIME *time); …
|
/hal_nxp-3.6.0/mcux/mcux-sdk/components/mem_manager/ |
D | fsl_component_mem_manager.c | 146 static void MEM_BufferAllocates_memStatis(void *buffer, uint32_t time, uint32_t requestedSize) in MEM_BufferAllocates_memStatis() argument 185 if (time != 0U) in MEM_BufferAllocates_memStatis() 190 s_memStatis.last_alloc_time = (uint16_t)time; in MEM_BufferAllocates_memStatis() 191 s_memStatis.total_alloc_time += time; in MEM_BufferAllocates_memStatis() 193 UPDATE_PEAK((uint16_t)time, s_memStatis.peak_alloc_time); in MEM_BufferAllocates_memStatis() 200 NOT_USED(time); in MEM_BufferAllocates_memStatis()
|
D | fsl_component_mem_manager_light.c | 211 static void MEM_BufferAllocates_memStatis(void *buffer, uint32_t time, uint32_t requestedSize) in MEM_BufferAllocates_memStatis() argument 257 if (time != 0U) in MEM_BufferAllocates_memStatis() 262 s_memStatis.last_alloc_time = (uint16_t)time; in MEM_BufferAllocates_memStatis() 263 s_memStatis.total_alloc_time += time; in MEM_BufferAllocates_memStatis() 265 UPDATE_PEAK((uint16_t)time, s_memStatis.peak_alloc_time); in MEM_BufferAllocates_memStatis() 272 (void)time; in MEM_BufferAllocates_memStatis()
|
/hal_nxp-3.6.0/imx/drivers/ |
D | wdog_imx.h | 154 static inline void WDOG_EnableInt(WDOG_Type *base, uint8_t time) in WDOG_EnableInt() argument 156 base->WICR = WDOG_WICR_WIE_MASK | WDOG_WICR_WICT(time); in WDOG_EnableInt()
|
/hal_nxp-3.6.0/s32/ |
D | README | 6 https://www.nxp.com/design/automotive-software-and-tools/real-time-drivers-rtd:AUTOMOTIVE-RTD 16 configuration for these drivers, used at driver initialization time. The configuration 25 https://www.nxp.com/design/automotive-software-and-tools/real-time-drivers-rtd:AUTOMOTIVE-RTD
|
/hal_nxp-3.6.0/mcux/mcux-sdk/cmsis_drivers/enet/ |
D | fsl_enet_cmsis.c | 613 static int32_t ENET0_GetRxFrameTime(ARM_ETH_MAC_TIME *time) in ENET0_GetRxFrameTime() argument 618 static int32_t ENET0_GetTxFrameTime(ARM_ETH_MAC_TIME *time) in ENET0_GetTxFrameTime() argument 623 static int32_t ENET0_ControlTimer(uint32_t control, ARM_ETH_MAC_TIME *time) in ENET0_ControlTimer() argument
|
/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/issdk/tools/Serial_To_MQTT/ |
D | CloudBridgeNXPDemo.py | 24 import time 128 time.sleep(1) 248 time.sleep(3)
|
/hal_nxp-3.6.0/mcux/middleware/wireless/framework_5.3.3/XCVR/MKW41Z4/ |
D | fsl_xcvr_trim.h | 115 void XcvrCalDelay(uint32_t time);
|
D | fsl_xcvr_trim.c | 356 void XcvrCalDelay(uint32_t time) in XcvrCalDelay() argument 358 while(time * 32 > 0) /* Time delay is roughly in uSec. */ in XcvrCalDelay() 360 time--; in XcvrCalDelay()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/ |
D | CODE_OF_CONDUCT.md | 91 those enforcing the Code of Conduct, for a specified period of time. This 102 communication with the community for a specified period of time. No public or
|
D | LA_OPT_NXP_Software_License.txt | 20 …u may not leave the Licensed Software with a direct customer or any other third party at any time. 48 …eport or suggestion. NXP may make changes to the Licensed Software at any time, without any obliga… 136 …comparative purpose, including the publication of any form of run time or compile time metric, wit… 196 (2) The Licensed Software is usable by one user at a time on a single designated computer, unless o… 202 … conditional to you being (i) a Bluetooth SIG Associate member until such time as the specificatio… 209 …cense the TES software. Your license to the TES software may be terminated at any time upon notice.
|
D | LA_OPT_NXP_Software_License RTAudio.txt | 45 …eport or suggestion. NXP may make changes to the Licensed Software at any time, without any obliga… 132 …comparative purpose, including the publication of any form of run time or compile time metric, wit… 148 (2) The Licensed Software is usable by one user at a time on a single designated computer, unless o…
|
D | README.md | 76 … feature update for NXP hot parts. The x in 2.x.y version increments each time a mainline release …
|
/hal_nxp-3.6.0/mcux/mcux-sdk/components/css_pkc/ |
D | ReleaseNotes.txt | 40 - base address of CSS is link-time configuratble (using scatter file): CSS_BASE_ADDRESS
|
/hal_nxp-3.6.0/mcux/middleware/wireless/framework_5.3.3/XCVR/MKW40Z4/ |
D | KW4xXcvrDrv.c | 282 void XcvrDelay(uint32_t time); 2015 void XcvrDelay(volatile uint32_t time){ in XcvrDelay() argument 2016 while(time>0){ in XcvrDelay() 2017 time--; in XcvrDelay()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/components/power_manager/ |
D | README.md | 18 …te the management of low-power states in the application and speed up the time-to-market. The SDK … 239 …onstraints*, one should call the *PM_ReleaseConstraints* function as many time as required to full… 279 *Parameter:* duration : The time in low power mode, this value is calculated from RTOS API. 428 …tecture and providing easy-to-use APIs/macros, this framework speedup the time-to-market and appli…
|
/hal_nxp-3.6.0/mcux/mcux-sdk/components/serial_manager/ |
D | fsl_component_serial_manager.h | 261 …TYPE_SWO, SERIAL_PORT_TYPE_VIRTUAL, and SERIAL_PORT_TYPE_BLE_WU should not be cleared at same time.
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/K32L2A41A/ |
D | all_lib_device.cmake | 196 # # description: Component lpit time stamp adapter 199 # # description: Component lptmr time stamp adapter
|
/hal_nxp-3.6.0/mcux/ |
D | README | 63 …descriptors in the CAAM driver from the stack to noncacheable section. At time of writing, there s…
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MK22F51212/ |
D | all_lib_device.cmake | 226 # # description: Component pit time stamp adapter 229 # # description: Component lptmr time stamp adapter
|
/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/mmcau/asm-cm0p/src/ |
D | mmcau_sha256_functions.s | 491 # after going through the loop for the last time
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMXRT1042/ |
D | all_lib_device.cmake | 357 # # description: Component pit time stamp adapter
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMXRT1062/ |
D | all_lib_device.cmake | 354 # # description: Component pit time stamp adapter
|