|
RDK Documentation (Open Sourced RDK Components)
|
Go to the documentation of this file.
37 #include <sys/types.h>
73 dsError_t dsSetFPBlink (dsFPDIndicator_t eIndicator,
unsigned int uBlinkDuration,
unsigned int uBlinkIterations);
254 dsError_t dsSetFPScroll(
unsigned int uScrollHoldOnDur,
unsigned int uHorzScrollIterations,
unsigned int uVertScrollIterations);
dsError_t dsFPEnableCLockDisplay(int enable)
Use disable and enable display of clock.
dsError_t dsSetFPDMode(dsFPDMode_t eMode)
This function sets the display mode of the FPD text display.
dsError_t dsSetFPText(const char *pText)
Set text on 7-Segment Display.
dsError_t dsSetFPState(dsFPDIndicator_t eIndicator, dsFPDState_t state)
This function will enable or disable the specified discrete LED on the front panel display.
dsError_t dsSetFPTime(dsFPDTimeFormat_t eTimeFormat, const unsigned int uHour, const unsigned int uMinutes)
Set time on 7-Segment Display.
Device Settings HAL types.
dsError_t dsGetFPState(dsFPDIndicator_t eIndicator, dsFPDState_t *state)
This function will Get the ON or OFF state of Specified LEDs.
dsError_t dsGetFPTimeFormat(dsFPDTimeFormat_t *pTimeFormat)
This function get the Current time zone format set on 7-segment display LEDs panel.
enum __dsFPDTimeFormat_t dsFPDTimeFormat_t
dsError_t dsSetFPBlink(dsFPDIndicator_t eIndicator, unsigned int uBlinkDuration, unsigned int uBlinkIterations)
Set LED blinking mode.
uint32_t dsFPDBrightness_t
dsError_t dsFPTerm(void)
Terminate the the Front Panel Display sub-system.
dsError_t dsSetFPDBrightness(dsFPDIndicator_t eIndicator, dsFPDBrightness_t eBrightness, bool toPersist)
This function will set the brightness of the specified discrete LED on the front panel display to the...
dsError_t dsFPGetLEDState(dsFPDLedState_t *state)
This function returns the current led state.
dsError_t dsGetFPBrightness(dsFPDIndicator_t eIndicator, dsFPDBrightness_t *pBrightness)
Get the brightness level for Front Panel Display LEDs.
dsError_t dsSetFPTextBrightness(dsFPDTextDisplay_t eIndicator, dsFPDBrightness_t eBrightness)
Set brightness level of 7-Segment Display.
dsError_t dsGetFPColor(dsFPDIndicator_t eIndicator, dsFPDColor_t *pColor)
Get LED color.
dsError_t dsFPSetLEDState(dsFPDLedState_t state)
This function sets the led state.
Device Settings HAL error codes.
enum __dsFPDTextDisplay_t dsFPDTextDisplay_t
enum __dsFPDState_t dsFPDState_t
dsError_t dsFPInit(void)
This function is used to initialize the underlying front panel display sub-system.
dsError_t dsSetFPBrightness(dsFPDIndicator_t eIndicator, dsFPDBrightness_t eBrightness)
Set LED brightness level.
dsError_t dsGetFPTextBrightness(dsFPDTextDisplay_t eIndicator, dsFPDBrightness_t *eBrightness)
Get the brightness of 7-Segment Display LEDs.
dsError_t dsSetFPColor(dsFPDIndicator_t eIndicator, dsFPDColor_t eColor)
Set LED color.
dsError_t dsSetFPScroll(unsigned int uScrollHoldOnDur, unsigned int uHorzScrollIterations, unsigned int uVertScrollIterations)
Scroll text on 7-Segment Display.
enum __dsFPDMode_t dsFPDMode_t
enum __dsFPDLedState_t dsFPDLedState_t
dsError_t dsSetFPDColor(dsFPDIndicator_t eIndicator, dsFPDColor_t eColor, bool toPersist)
This function sets the color of the specified LED on the front panel in multi-app mode using iarmbus ...
dsError_t dsSetFPTimeFormat(dsFPDTimeFormat_t eTimeFormat)
This function sets the 7-segment display LEDs to show the specified time in specified format.
dsError_t
Device Settings API Error return codes.
dsError_t dsFPGetSupportedLEDStates(unsigned int *states)
This function returns the supported led states.