MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / EBI_TFTFrameBaseSet

Function EBI_TFTFrameBaseSet

bsp/efm32/Libraries/emlib/inc/em_ebi.h:592–595  ·  view source on GitHub ↗

/ * @brief * Configure frame buffer pointer * * @param[in] address * Frame pointer address, as offset by EBI base address ******************************************************************************/

Source from the content-addressed store, hash-verified

590 * Frame pointer address, as offset by EBI base address
591 ******************************************************************************/
592__STATIC_INLINE void EBI_TFTFrameBaseSet(uint32_t address)
593{
594 EBI->TFTFRAMEBASE = (uint32_t) address;
595}
596
597
598/***************************************************************************//**

Callers 1

EBI_TFTInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected