ESP-IDF
s_slave_fifo_isr_handler()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
s_slave_fifo_isr_handler()
s_slave_fifo_isr_handler() function
Syntax
Show:
Summary
Declaration
from
i2c_slave.c:115
static
IRAM_ATTR
void
s_slave_fifo_isr_handler
(
uint32_t
int_mask
,
void
*
arg
,
BaseType_t
*
do_yield
)
;
Arguments
Argument
int_mask
arg
do_yield
Examples
References
from
examples
Code
Location
Referrer
static
IRAM_ATTR
void
s_slave_fifo_isr_handler
(
uint32_t
int_mask
,
void
*
arg
,
BaseType_t
*
do_yield
)
i2c_slave.c:115
s_slave_fifo_isr_handler
(
int_mask
,
i2c_slave
,
&
HPTaskAwoken
)
;
i2c_slave.c:172
s_slave_isr_handle_default()
Call Tree
from
examples
s_slave_fifo_isr_handler()
is called by 1 function and calls 3 functions:
s_slave_isr_handle_default()
All items filtered out
s_slave_fifo_isr_handler()
s_i2c_handle_rx_fifo_wm()
s_i2c_handle_complete()
s_i2c_handle_tx_fifo_wm()
All items filtered out
Data Use
from
examples
s_slave_fifo_isr_handler()
reads 3 variables:
i2c_ll_slave_intr_t::I2C_INTR_SLV_TXFIFO_WM
i2c_ll_slave_intr_t::I2C_INTR_SLV_RXFIFO_WM
i2c_ll_slave_intr_t::I2C_INTR_SLV_COMPLETE
All items filtered out
s_slave_fifo_isr_handler()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out