mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
include/nuttx/lcd/tda19988.h: Trivial update to some comments.
This commit is contained in:
@@ -133,7 +133,16 @@ struct tda19988_lower_s
|
|||||||
struct tda19988_i2c_s cec;
|
struct tda19988_i2c_s cec;
|
||||||
struct tda19988_i2c_s hdmi;
|
struct tda19988_i2c_s hdmi;
|
||||||
|
|
||||||
/* Interrupt controls */
|
/* Interrupt controls
|
||||||
|
*
|
||||||
|
* The interrupt output (open-drain) is used as dual function pin
|
||||||
|
* selectable through I2C-bus. In calibration mode this pin is used as
|
||||||
|
* input for 10 ms +/- 1% calibration pulse. In operational mode this pin
|
||||||
|
* is used to warn the external microprocessor that a special event has
|
||||||
|
* occurred for HDMI or CEC
|
||||||
|
*
|
||||||
|
* REVISIT: The interrupt is not currently used by the upper half driver.
|
||||||
|
*/
|
||||||
|
|
||||||
CODE int (*attach)(FAR const struct tda19988_lower_s *lower,
|
CODE int (*attach)(FAR const struct tda19988_lower_s *lower,
|
||||||
xcpt_t handler, FAR void *arg);
|
xcpt_t handler, FAR void *arg);
|
||||||
|
|||||||
Reference in New Issue
Block a user