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: ATT_Cellular_IOT_Button Avnet_ATT_Cellular_Pubnub Hiking_Pal Avnet_ATT_Cellular_IOT ... more
Fork of MODSERIAL by
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 Tue Jul 12 2022 20:12:02 by
1.7.2
