ADL (AMD Display Library) Public APIs  Version 17.1
radeonusbled.h
Go to the documentation of this file.
1 #pragma once
2 
8 
16 
17 #ifndef RADEONUSBLED_H_
18 #define RADEONUSBLED_H_
19 
20 #include "..\adl_structures.h"
21 
22 #ifndef ADL_EXTERNC
23 #ifdef __cplusplus
24 #define ADL_EXTERNC extern "C"
25 #else
26 #define ADL_EXTERNC
27 #endif
28 #endif
29 
30 #ifndef EXPOSED
31 #define EXPOSED
32 #endif /* EXPOSED */
33 
49 
63 
78 
79 ADL_EXTERNC int EXPOSED ADL2_Adapter_Radeon_LED_Patten_Control_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADL_RADEON_LED_PATTERN_CONFIG config);
93 
106 
108 #endif /* RADEONUSBLED_H_ */
ADL2_Adapter_Radeon_Usb_Led_Flash_Save
int ADL2_Adapter_Radeon_Usb_Led_Flash_Save(ADL_CONTEXT_HANDLE context, int iAdapterIndex)
Function to save programmed LED configuration onto LED flash to persist on reboot and power down.
RadeonLEDBARSupportedConfig
unsigned int RadeonLEDBARSupportedConfig
Definition: adl_defines.h:2578
ADL_EXTERNC
#define ADL_EXTERNC
Definition: radeonusbled.h:26
ADL_RADEON_LED_PATTERN_CONFIG
Structure Containing All Radeon USB LED requests and controls.
Definition: adl_structures.h:3799
RadeonLEDBARSupportedControl
unsigned int RadeonLEDBARSupportedControl
Definition: adl_defines.h:2550
iAdapterIndex
int int iAdapterIndex
Definition: radeonusbled.h:92
ADL2_Adapter_Radeon_USB_LED_Supported_Controls_Get
int ADL2_Adapter_Radeon_USB_LED_Supported_Controls_Get(ADL_CONTEXT_HANDLE context, int iAdapterIndex, RadeonLEDBARSupportedControl *ControlSupport)
Function to query supported LED controls.
ADL_CONTEXT_HANDLE
void * ADL_CONTEXT_HANDLE
Handle to ADL client context.
Definition: adl_structures.h:2336
ADL2_Adapter_Radeon_USB_LED_Pattern_Supported_Controls_Get
int ADL2_Adapter_Radeon_USB_LED_Pattern_Supported_Controls_Get(ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADL_RADEON_USB_LED_BAR_CONTROLS control, RadeonLEDBARSupportedConfig *ConfigSupport) int ADL2_Adapter_Radeon_LED_Patten_Control_Set(ADL_CONTEXT_HANDLE context
Function to query list of supported LED pattern control.
config
int int ADL_RADEON_LED_PATTERN_CONFIG config
Definition: radeonusbled.h:92
ADL_RADEON_USB_LED_BAR_CONTROLS
ADL_RADEON_USB_LED_BAR_CONTROLS
Definition: adl_defines.h:2528
ADL2_Adapter_Radeon_USB_LED_Support_Get
int ADL2_Adapter_Radeon_USB_LED_Support_Get(ADL_CONTEXT_HANDLE context, int iAdapterIndex, bool *bLEDSupported)

Copyright © 2009-2020 Advanced Micro Devices, Inc. All rights reserved.