| | |
| | | void TriggerPendSV(void); |
| | | void PendSvCallBack(void); |
| | | void SPI1_IRQ_CallBack(void); |
| | | |
| | | void DelayUs(int nUs); |
| | | void Delay100nS(int n100nS); |
| | | void Uart1SendDone(void); |
| | | void Uart1RecvDone(void); |
| | | void Uart2SendDone(void); |
| | |
| | | void displayInput(unsigned int cc); |
| | | void PutOutputSPI1(unsigned int Y); |
| | | |
| | | uint16_t SPI_Flash_ReadID(void); |
| | | uint8_t SPI1_Flash_ReadSR(void) ; |
| | | void W25QXX_Read(uint8_t* pBuffer,uint32_t ReadAddr,uint16_t NumByteToRead); |
| | | void SPI_FLASH_Write_Enable(void) ; |
| | | void W25QXX_Erase_Sector(uint32_t Dst_Addr) ; |
| | | void W25QXX_Write_Page(uint8_t* pBuffer,uint32_t WriteAddr,uint16_t NumByteToWrite); |
| | | |
| | | #endif /* __MYFUNCTIONS_H__ */ |