blob: 5ee67d027f4fe136224c53e1aef6727485779574 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef _INCLUDED_ETSHAL_H_
#define _INCLUDED_ETSHAL_H_
void ets_isr_unmask();
void ets_install_putc1();
void ets_isr_attach();
void uart_div_modify();
uint32_t ets_get_cpu_frequency();
#endif // _INCLUDED_ETSHAL_H_
|