hli_intr_register() function
Register a high level interrupt function
Arguments
handler
interrupt handler function
arg
argument to pass to the interrupt handler
intr_reg
address of the peripheral register containing the interrupt status, or value 0 to get the status from CPU INTERRUPT register
intr_mask
mask of the interrupt, in the interrupt status register
Return value
- ESP_OK on success - ESP_ERR_NO_MEM if too many handlers are registered
hli_intr_register() is called by 1 function:
![]()
hli_intr_register()
hli_intr_register() reads 2 variables and writes 4 variables:
![]()
hli_intr_register()