Home
last modified time | relevance | path

Searched defs:object (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Source/
Drtx_lib.h96 __STATIC_INLINE os_object_t *osRtxObject (void *object) { in osRtxObject()
102 __STATIC_INLINE os_thread_t *osRtxThreadObject (os_object_t *object) { in osRtxThreadObject()
107 __STATIC_INLINE os_timer_t *osRtxTimerObject (os_object_t *object) { in osRtxTimerObject()
112 __STATIC_INLINE os_event_flags_t *osRtxEventFlagsObject (os_object_t *object) { in osRtxEventFlagsObject()
117 __STATIC_INLINE os_mutex_t *osRtxMutexObject (os_object_t *object) { in osRtxMutexObject()
122 __STATIC_INLINE os_semaphore_t *osRtxSemaphoreObject (os_object_t *object) { in osRtxSemaphoreObject()
127 __STATIC_INLINE os_memory_pool_t *osRtxMemoryPoolObject (os_object_t *object) { in osRtxMemoryPoolObject()
132 __STATIC_INLINE os_message_queue_t *osRtxMessageQueueObject (os_object_t *object) { in osRtxMessageQueueObject()
137 __STATIC_INLINE os_message_t *osRtxMessageObject (os_object_t *object) { in osRtxMessageObject()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_haptic.c351 int tfa2_haptic_recalculate_wait(struct tfa2_device *tfa, int object) in tfa2_haptic_recalculate_wait()
426 static int tfa2_hap_recalc(struct tfa2_device *tfa, int object) in tfa2_hap_recalc()
569 int tfa2_hap_recalculate(struct tfa2_device *tfa, int object) in tfa2_hap_recalculate()
Dtfa2_dev.h212 int32_t *object; member