本帖最后由 niuyaliang 于 2013-11-26 23:30 编辑
- •_ttywrch() : retarget.c
- - a -
- •ADC_GetConversionRate() : ADC.h
- •ADC_ResetIP() : ADC.h
- - d -
- •DrvSYS_GetPLLClockFreq() : SYS.h
- - f -
- •ferror() : retarget.c
- •fgetc() : retarget.c
- •FMC_Erase() : FMC.h
- •FMC_Read() : FMC.h
- •FMC_ReadUID() : FMC.h
- •FMC_Write() : FMC.h
- •fputc() : retarget.c
- - g -
- •GetChar() : retarget.c
- •GPIO_DisableInt() : GPIO.h
- •GPIO_EnableInt() : GPIO.h
- - i -
- •I2C_ReadAck() : I2C.h
- •I2C_ReadNak() : I2C.h
- •I2C_SetBusClockFreq() : I2C.h
- •IsDebugFifoEmpty() : retarget.c
- - k -
- •kbhit() : retarget.c
- - n -
- •NVIC_ClearPendingIRQ() : core_cm0.h
- •NVIC_DisableIRQ() : core_cm0.h
- •NVIC_EnableIRQ() : core_cm0.h
- •NVIC_GetPendingIRQ() : core_cm0.h
- •NVIC_GetPriority() : core_cm0.h
- •NVIC_SetPendingIRQ() : core_cm0.h
- •NVIC_SetPriority() : core_cm0.h
- •NVIC_SystemReset() : core_cm0.h
- - p -
- •PWM_GetTimerClockSource() : PWM.h
- •PWM_ResetPwmController() : PWM.h
- - s -
- •SendChar() : retarget.c
- •SendChar_ToUART() : retarget.c
- •SPI_GetSpi0ClockFreq() : SPI.h
- •SYS_DisableCKO() : SYS.h
- •SYS_EnableCKO() : SYS.h
- •SYS_LockReg() : SYS.h
- •SYS_PowerDownInit() : SYS.h
- •SYS_SysTickDelay() : SYS.h
- •SYS_UnlockReg() : SYS.h
- •SYS_WaitingForClockReady() : SYS.h
- •SystemCoreClockUpdate() : system_M051Series.c , system_M051Series.h
- •SystemInit() : M051Series.h , system_M051Series.c , system_M051Series.h
- •SysTick_Config() : core_cm0.h
- - t -
- •TIMER_CalInitValue() : TIMER.h
- •TIMER_GetClockFreq() : TIMER.h
- - u -
- •UART_GetClockDivider() : UART.h
- •UART_GetClockFreq() : UART.h
- •UART_GetDivisor_ByMode0() : UART.h
- •UART_GetDivisor_ByMode1() : UART.h
- •UART_GetDivisor_ByMode2() : UART.h
- •UART_Read() : UART.h
- •UART_ResetIP() : UART.h
- •UART_SetBaudRate() : UART.h
- •UART_SetRTS_TrgLev() : UART.h
- •UART_SetTimeOutCounter() : UART.h
- •UART_Write() : UART.h
- --------------------------------------------------------------------------------
从总体上看,M058S的库函数减少了,多了许多宏定义,这样增加了速度,可是操作不是很傻瓜式了
|