LACT_MODULE macro
@file esp_timer_lac.c Implementation of chip-specific part of esp_timer This implementation uses TG0 LAC timer of the ESP32. This timer is a 64-bit up-counting timer, with a programmable compare value (called 'alarm' hereafter). When the timer reaches compare value, interrupt is raised. The timer can be configured to produce an edge or a level interrupt.