17namespace peripherals {
231 uint8_t const*
const ParametersTable);
316 DSI& operator=(
const DSI& other);
318 static void configPacketHeader(
324 static uint32_t const TIMEOUT_VALUE = 1000U;
326 static Error m_ErrorCode;
327 static Error m_ErrorMsk;
330 static DSIIrqIfc* s_applicationIrqHandler;
Display Serial Interface (DSI) module.
static void configPhyTimer(DSITypes::PHY_TimerTypeDef const &phyTimers)
Configure the DSI PHY timer parameters.
static void configVideoMode(DSITypes::VidCfgTypeDef const &VidCfg)
Select video mode and configure the corresponding parameters.
static Status::Id shortWrite(uint32_t const ChannelID, DSITypes::DsiShortPktWrite::Id const Mode, uint32_t const Param1, uint32_t const Param2)
write short DCS or short Generic command
static void disableWrapper()
Disable Wrapper Hardware.
static void enableWrapper()
Enable Wrapper Hardware.
static void initInterrupts()
Initializes interrupts listed below TE : Tearing Effect Interrupt Flag ER : End of Refresh Interrupt ...
static Status::Id longWrite(uint32_t const ChannelID, DSITypes::DsiLongPktWrite::Id const Mode, uint32_t const NbParams, uint32_t const Param1, uint8_t const *const ParametersTable)
write long DCS or long Generic command
static void configErrorMonitor(Error const &activeErrors)
Enable the error monitor flags.
static Status::Id init(DSITypes::InitTypeDef &config, DSITypes::PLLConfigStruct &PLLInit)
Initializes the DSI according to the specified parameters in the DSI_InitTypeDef and create the assoc...
static void refresh()
refresh the display in command mode
static void registerCallbacks(DSIIrqIfc *const appIrqHandler)
static void configHostTimeouts(DSITypes::HOST_TimeoutTypeDef const &hostTimeouts)
Configure the DSI HOST timeout parameters.
static void start()
Starts the DSI module.
static void setGenericVCID(uint32_t const VirtualChannelID)
Configure the Generic interface read-back Virtual Channel ID.
static void configFlowControl(::imt::base::hal::stm32f769::registers::DSIRegisters::DSI_PCR const &flowControl)
Configure the flow control parameters.
static void configCommand(DSITypes::LPCmdTypeDef const &lpCmd)
Configure command transmission mode: High-speed or Low-power and enable/disable acknowledge request a...
static void stop()
Stops the DSI module.
static Status::Id deInit()
De-initializes the DSI peripheral registers to their default reset values.
static void configAdaptedCommandMode(DSITypes::CmdCfgTypeDef const &cmdCfg)
Select adapted command mode and configure the corresponding parameters.
static uint32_t IRQHandler()
Intrrupt handler.
This is a application specific file which is used to configure Imt.Base.Core.Math.
unsigned __int32 uint32_t
DSI States Structure definition.
DSI HOST Timeouts definition.
DSI Init Structure definition.
DSI command transmission mode configuration.
DSI PHY Timings definition.
DSI PLL Clock structure definition.
DSI Video mode configuration.
DSI Host Protocol Configuration Register (DSI_PCR), chapter 20.15.8.