obtain internal critical section used in the esp_timer implementation This can be used when a sequence of calls to esp_timer has to be made, and it is necessary that the state of the timer is consistent between the calls. Should be treated in the same way as a spinlock. Call esp_timer_private_unlock to release the lock