11 #ifndef __MG32F10x_LED_H 12 #define __MG32F10x_LED_H 35 void LED_Cmd(FunctionalState NewState);
void LED_DeInit(void)
Deinitializes the LED peripheral registers to their default reset values.
Definition: mg32f10x_led.c:37
uint8_t LED_GetSegmentCode(uint8_t idx_seg)
Get the segment code.
Definition: mg32f10x_led.c:81
void LED_SetSegmentCode(uint8_t idx_seg, uint8_t seg_code)
Set the segment code.
Definition: mg32f10x_led.c:65
void LED_Cmd(FunctionalState NewState)
Enables or disables the LED peripheral.
Definition: mg32f10x_led.c:49