Searched refs:tx_sig (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-latest/components/soc/esp32s3/ |
D | rmt_periph.c | 17 .tx_sig = RMT_SIG_OUT0_IDX, 21 .tx_sig = RMT_SIG_OUT1_IDX, 25 .tx_sig = RMT_SIG_OUT2_IDX, 29 .tx_sig = RMT_SIG_OUT3_IDX, 33 .tx_sig = -1, 37 .tx_sig = -1, 41 .tx_sig = -1, 45 .tx_sig = -1,
|
D | twai_periph.c | 15 .tx_sig = TWAI_TX_IDX,
|
/hal_espressif-latest/components/soc/esp32/ |
D | rmt_periph.c | 18 .tx_sig = RMT_SIG_OUT0_IDX, 22 .tx_sig = RMT_SIG_OUT1_IDX, 26 .tx_sig = RMT_SIG_OUT2_IDX, 30 .tx_sig = RMT_SIG_OUT3_IDX, 34 .tx_sig = RMT_SIG_OUT4_IDX, 38 .tx_sig = RMT_SIG_OUT5_IDX, 42 .tx_sig = RMT_SIG_OUT6_IDX, 46 .tx_sig = RMT_SIG_OUT7_IDX,
|
D | twai_periph.c | 16 .tx_sig = TWAI_TX_IDX,
|
/hal_espressif-latest/components/soc/esp32c6/ |
D | rmt_periph.c | 17 .tx_sig = RMT_SIG_OUT0_IDX, 21 .tx_sig = RMT_SIG_OUT1_IDX, 25 .tx_sig = -1, 29 .tx_sig = -1,
|
D | twai_periph.c | 15 .tx_sig = TWAI0_TX_IDX, 24 .tx_sig = TWAI1_TX_IDX,
|
/hal_espressif-latest/components/soc/esp32c3/ |
D | rmt_periph.c | 17 .tx_sig = RMT_SIG_OUT0_IDX, 21 .tx_sig = RMT_SIG_OUT1_IDX, 25 .tx_sig = -1, 29 .tx_sig = -1,
|
D | twai_periph.c | 15 .tx_sig = TWAI_TX_IDX,
|
/hal_espressif-latest/components/soc/esp32h2/ |
D | rmt_periph.c | 17 .tx_sig = RMT_SIG_OUT0_IDX, 21 .tx_sig = RMT_SIG_OUT1_IDX, 25 .tx_sig = -1, 29 .tx_sig = -1,
|
D | twai_periph.c | 15 .tx_sig = TWAI_TX_IDX,
|
/hal_espressif-latest/components/soc/esp32s2/ |
D | rmt_periph.c | 17 .tx_sig = RMT_SIG_OUT0_IDX, 21 .tx_sig = RMT_SIG_OUT1_IDX, 25 .tx_sig = RMT_SIG_OUT2_IDX, 29 .tx_sig = RMT_SIG_OUT3_IDX,
|
D | twai_periph.c | 15 .tx_sig = TWAI_TX_IDX,
|
/hal_espressif-latest/components/soc/include/soc/ |
D | rmt_periph.h | 22 const int tx_sig; member
|
D | twai_periph.h | 21 const int tx_sig; // TX signal ID in GPIO matrix member
|
/hal_espressif-latest/components/driver/deprecated/ |
D | rmt_legacy.c | 526 …nect_out_signal(gpio_num, rmt_periph_signals.groups[0].channels[channel].tx_sig, invert_signal, 0); in rmt_set_gpio()
|