HI_MIPI_ENABLE_SLVS_CLOCK
The
The
Description
Enables the SLVS clock.
Prototype
#define HI_MIPI_ENABLE_SLVS_CLOCK _IOW(HI_MIPI_IOC_MAGIC, 0x0e, combo_dev_t)
Parameters
- HI_MIPI_IOC_MAGIC: magic number of the MIPI RX ioctl command.
#define HI_MIPI_IOC_MAGIC 'm'
- 0x0e: indicates the command word function and enables the clock of the SLVS device.
- combo_dev_t: device ID.
Returns
- 0: success
- -1: failure
Parent topic: MIPI RX ioctl Command Words