Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/Driver/DriverTemplates/
DDriver_ETH_MAC.c112 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/
DDriver_ETH_MAC.h298 …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/
Dfsl_component_mem_manager.c146 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()
Dfsl_component_mem_manager_light.c211 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/
Dwdog_imx.h154 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/
DREADME6 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/
Dfsl_enet_cmsis.c613 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/
DCloudBridgeNXPDemo.py24 import time
128 time.sleep(1)
248 time.sleep(3)
/hal_nxp-3.6.0/mcux/middleware/wireless/framework_5.3.3/XCVR/MKW41Z4/
Dfsl_xcvr_trim.h115 void XcvrCalDelay(uint32_t time);
Dfsl_xcvr_trim.c356 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/
DCODE_OF_CONDUCT.md91 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
DLA_OPT_NXP_Software_License.txt20 …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.
DLA_OPT_NXP_Software_License RTAudio.txt45 …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…
DREADME.md76 … 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/
DReleaseNotes.txt40 - 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/
DKW4xXcvrDrv.c282 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/
DREADME.md18 …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/
Dfsl_component_serial_manager.h261 …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/
Dall_lib_device.cmake196 # # description: Component lpit time stamp adapter
199 # # description: Component lptmr time stamp adapter
/hal_nxp-3.6.0/mcux/
DREADME63 …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/
Dall_lib_device.cmake226 # # 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/
Dmmcau_sha256_functions.s491 # after going through the loop for the last time
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMXRT1042/
Dall_lib_device.cmake357 # # description: Component pit time stamp adapter
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMXRT1062/
Dall_lib_device.cmake354 # # description: Component pit time stamp adapter