HI_MIPI_UNRESET_SENSOR

The Atlas 200/300/500 Inference Product does not support this command word.

The Atlas Training Series Product does not support this command word.

Description

Deasserts the reset of a sensor.

Prototype

#define HI_MIPI_UNRESET_SENSOR _IOW(HI_MIPI_IOC_MAGIC, 0x06, sns_rst_source_t)

Parameters

  • HI_MIPI_IOC_MAGIC: magic number of the MIPI RX ioctl command.
    #define HI_MIPI_IOC_MAGIC 'm'
  • 0x06: indicates the command word function and resets the sensor.
  • sns_rst_source_t: ID of the sensor reset signal cable.

Returns

  • 0: success
  • -1: failure