Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: 1D-Pong BMT-K9_encoder BMT-K9-Regelaar programma_filter ... more
MODSERIAL_KL05Z.cpp
00001 #ifdef TARGET_KL05Z 00002 #include "MODSERIAL.h" 00003 00004 void MODSERIAL::setBase(void ) { 00005 _base = UART0; 00006 _IRQ = UART0_IRQn; 00007 } 00008 00009 void MODSERIAL::initDevice(void) {}; 00010 00011 bool MODSERIAL::txIsBusy( void ) 00012 { 00013 return ( ((UARTLP_Type*)_base)->S1 & ( 1UL << 6 ) == 0 ) ? true : false; 00014 } 00015 #endif 00016
Generated on Wed Jul 13 2022 20:00:12 by
