Go to the source code of this file.
◆ INTERRUPT()
Definition at line 25 of file timer0_print_cpuid.c.
26{
30 {
90 for (j = 0; j < 7; j++)
91 {
94 }
105 }
106}
void UART1_TxChar(char dat)
void UART1_TxString(uint8_t *str)
void UART1_TxHex(uint8_t hex)
uint8_t readCode(uint8_t offset)
◆ main()
Definition at line 108 of file timer0_print_cpuid.c.
109{
110
112
114
120
121 while(1);
122}
#define EXTI_Timer0_SetIntPriority(__PRIORITY__)
#define EXTI_Timer0_SetIntState(__STATE__)
#define EXTI_Global_SetIntState(__STATE__)
@ TIM_TimerMode_16BitAuto
void TIM_Timer0_Config(HAL_State_t freq1t, TIM_TimerMode_t mode, uint16_t frequency)
#define TIM_Timer0_SetRunState(__STATE__)
@ UART1_BaudSource_Timer2
void UART1_Config8bitUart(UART1_BaudSource_t baudSource, HAL_State_t _1TMode, uint32_t baudrate)
◆ readCode()
◆ counter