![]() |
mipi_rx_phy
Vitis Drivers API Documentation
|
This file contains the implementation of the MIPI mipi_rx_phy Controller driver.User documentation for the driver functions is contained in this file in the form of comment blocks at the front of each function.
MIPI mipi_rx_phy Overview
The mipi_rx_phy currently supports the MIPI?Alliance Specification for mipi_rx_phy Version 1.0.
It is capable of synchronous transfer at high speed mode at 80-1500 Mbps It has one clock lane and up to 4 data lanes. These lanes are unidirectional. It can do asynchronous transfer at upto 10 Mbps in low power mode. The clock lane can be in low power mode or high speed mode whereas the data lanes can be in Low power, High power or Escape mode.
The programmable parameters like IDelay, Wakeup, HS Timeout, Esc Timeout are present and various status like Stop state, Error detected, ULPS state,etc are available through the status register
Core Features
The GUI in IPI allows for the following configurations
Software Initialization & Configuration
By default, the mipi_rx_phy core is initialized and ready.
The application needs to do following steps in order for preparing the MIPI mipi_rx_phy core to be ready.
Interrupts
There are no interrupts from the mipi_rx_phy.
Virtual Memory
This driver supports Virtual Memory. The RTOS is responsible for calculating the correct device base address in Virtual Memory space.
Threads
This driver is not thread safe. Any needs for threads or thread mutual exclusion must be satisfied by the layer above this driver.
Asserts
Asserts are used within all Xilinx drivers to enforce constraints on argument values. Asserts can be turned off on a system-wide basis by defining, at compile time, the NDEBUG identifier. By default, asserts are turned on and it is recommended that application developers leave asserts on during development.
Building the driver
The mipi_rx_phy driver is composed of source files and doesn't depend on any other drivers.
MODIFICATION HISTORY:
Ver Who Date Changes
1.0 pg 16/02/24 Initial release