ESPHome
2026.4.0-dev
Loading...
Searching...
No Matches
esphome
components
mitsubishi_cn105
mitsubishi_cn105_time.cpp
Go to the documentation of this file.
1
#include "
esphome/core/application.h
"
2
3
namespace
esphome::mitsubishi_cn105
{
4
5
uint32_t
__attribute__
((weak))
get_loop_time_ms
() {
return
App
.
get_loop_component_start_time
(); }
6
7
}
// namespace esphome::mitsubishi_cn105
application.h
esphome::Application::get_loop_component_start_time
uint32_t IRAM_ATTR HOT get_loop_component_start_time() const
Get the cached time in milliseconds from when the current component started its loop execution.
Definition
application.h:373
__attribute__
struct @65::@66 __attribute__
esphome::mitsubishi_cn105
Definition
mitsubishi_cn105.cpp:5
esphome::mitsubishi_cn105::get_loop_time_ms
uint32_t get_loop_time_ms()
esphome::App
Application App
Global storage of Application pointer - only one Application can exist.
uint32_t
static void uint32_t
Definition
crash_handler.cpp:141
Generated by
1.12.0