Nano100 series peripheral access layer header file. This file contains all the peripheral register's ...
#define SYS_PB_L_MFP_PB1_MFP_Msk
#define SYS_PB_L_MFP_PB0_MFP_Msk
NuEdu-Basic01 UART driver header file.
#define CLK_CLKSEL1_UART_S_HIRC
#define CLK_UART_CLK_DIVIDER(x)
#define CLK_CLKSEL1_UART_S_HXT
void CLK_EnableModuleClock(uint32_t u32ModuleIdx)
This function enable module clock.
void CLK_SetModuleClock(uint32_t u32ModuleIdx, uint32_t u32ClkSrc, uint32_t u32ClkDiv)
This function set selected module clock source and module clock divider.
#define UART0
Pointer to UART0 register structure.
#define CLK
Pointer to CLK register structure.
#define SYS
Pointer to SYS register structure.
#define SYS_PB_L_MFP_PB0_MFP_UART0_RX
#define SYS_PB_L_MFP_PB1_MFP_UART0_TX
void SYS_ResetModule(uint32_t u32ModuleIndex)
This function reset selected modules.
void UART0_Init(void)
Initiate UART0 as 8-N-1 and 115200 BPS.