Damien George | 075d597 | 2014-11-27 20:30:33 +0000 | [diff] [blame^] | 1 | #ifndef _INCLUDED_ETSHAL_H_ |
2 | #define _INCLUDED_ETSHAL_H_ | ||||
3 | |||||
4 | void ets_isr_unmask(); | ||||
5 | void ets_install_putc1(); | ||||
6 | void ets_isr_attach(); | ||||
7 | void uart_div_modify(); | ||||
8 | uint32_t ets_get_cpu_frequency(); | ||||
9 | |||||
10 | #endif // _INCLUDED_ETSHAL_H_ |