Hilscher netX microcontroller driver  V0.0.5.0
Documentation of the netX driver package
DRV_MLED_CONFIGURATION_T Struct Reference

The configuration of the driver. More...

#include <netx_drv_mled.h>

Collaboration diagram for DRV_MLED_CONFIGURATION_T:
Collaboration graph

Data Fields

DRV_MLED_PRESCALE_BORDER_E ePrescaleBorder
 
DRV_MLED_BLINK_BORDER_E eBlinkBorder
 
DRV_MLED_BRIGHTNESS_E eBrightnessDefault
 

Detailed Description

The configuration of the driver.

This structure shall be modified to change configuration parameters. It is evaluated during the init routine and used during the handles lifetime. The structure shall not be modified after initialization of the device.

Definition at line 110 of file netx_drv_mled.h.

Field Documentation

DRV_MLED_BLINK_BORDER_E DRV_MLED_CONFIGURATION_T::eBlinkBorder

This value defines the speed of the blinking mode.

Definition at line 113 of file netx_drv_mled.h.

DRV_MLED_BRIGHTNESS_E DRV_MLED_CONFIGURATION_T::eBrightnessDefault

This value is used as the default brightness of all MLEDs.

Definition at line 114 of file netx_drv_mled.h.

DRV_MLED_PRESCALE_BORDER_E DRV_MLED_CONFIGURATION_T::ePrescaleBorder

This defines the frequency of the mled pwm.

Definition at line 112 of file netx_drv_mled.h.


The documentation for this struct was generated from the following file: