Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/video/display/it6161/
Dfsl_it6161.h85 ((const it6161_resource_t *)((handle)->resource))->i2cReceiveFunc, \
86 ((const it6161_resource_t *)((handle)->resource))->i2cSendFunc)
90 ((const it6161_resource_t *)((handle)->resource))->i2cSendFunc)
94 ((const it6161_resource_t *)((handle)->resource))->i2cSendFunc)
98 ((const it6161_resource_t *)((handle)->resource))->i2cReceiveFunc)
491 } it6161_resource_t; typedef
Dfsl_it6161.c33 uint8_t i2cAddr = (((const it6161_resource_t *)(handle->resource))->i2cAddr); in IT6161_Identify()