|
ESPHome 2026.5.0b1
|
Go to the source code of this file.
Namespaces | |
| namespace | esphome |
| namespace | esphome::libretiny |
Functions | |
| uint32_t | platform_is_in_interrupt_context (void) |
| void | yield (void) |
| void | delay (unsigned long ms) |
| unsigned long | micros (void) |
| unsigned long | millis (void) |
| void | delayMicroseconds (unsigned int us) |
| void | lt_wdt_feed (void) |
| uint32_t | lt_cpu_get_cycle_count (void) |
| uint32_t | lt_cpu_get_freq (void) |
| esphome::__attribute__ ((always_inline)) inline bool in_isr_context() | |
| Returns true when executing inside an interrupt handler. | |
| esphome::__attribute__ ((hot, always_inline)) inline void arch_feed_wdt() | |
| void | esphome::arch_init () |
| void delay | ( | unsigned long | ms | ) |
| void delayMicroseconds | ( | unsigned int | us | ) |
| uint32_t lt_cpu_get_cycle_count | ( | void | ) |
| uint32_t lt_cpu_get_freq | ( | void | ) |
| void lt_wdt_feed | ( | void | ) |
| unsigned long micros | ( | void | ) |
| unsigned long millis | ( | void | ) |
| uint32_t platform_is_in_interrupt_context | ( | void | ) |
| void yield | ( | void | ) |