Searched refs:pair (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/dma/ |
D | gdma.c | 54 static void gdma_release_pair_handle(gdma_pair_t *pair); 72 gdma_pair_t *pair = NULL; in gdma_new_channel() local 90 pair = config->sibling_chan->pair; in gdma_new_channel() 91 ESP_GOTO_ON_FALSE(pair, ESP_ERR_INVALID_ARG, err, TAG, "invalid sibling channel"); in gdma_new_channel() 93 group = pair->group; in gdma_new_channel() 95 group->pair_ref_counts[pair->pair_id]++; // channel obtains a reference to pair in gdma_new_channel() 104 pair = gdma_acquire_pair_handle(group, j); in gdma_new_channel() 105 ESP_GOTO_ON_FALSE(pair, ESP_ERR_NO_MEM, err, TAG, "no mem for pair(%d,%d)", i, j); in gdma_new_channel() 106 portENTER_CRITICAL(&pair->spinlock); in gdma_new_channel() 107 … if (!(search_code & pair->occupy_code)) { // pair has suitable position for acquired channel(s) in gdma_new_channel() [all …]
|
D | gdma_etm.c | 41 gdma_pair_t *pair = dma_chan->pair; in gdma_del_etm_task() local 42 gdma_group_t *group = pair->group; in gdma_del_etm_task() 44 gdma_ll_rx_enable_etm_task(group->hal.dev, pair->pair_id, false); in gdma_del_etm_task() 46 gdma_ll_tx_enable_etm_task(group->hal.dev, pair->pair_id, false); in gdma_del_etm_task() 62 gdma_pair_t *pair = dma_chan->pair; in gdma_new_etm_event() local 63 gdma_group_t *group = pair->group; in gdma_new_etm_event() 67 event_id = GDMA_LL_RX_ETM_EVENT_TABLE(group->group_id, pair->pair_id, config->event_type); in gdma_new_etm_event() 69 event_id = GDMA_LL_TX_ETM_EVENT_TABLE(group->group_id, pair->pair_id, config->event_type); in gdma_new_etm_event() 96 gdma_pair_t *pair = dma_chan->pair; in gdma_new_etm_task() local 97 gdma_group_t *group = pair->group; in gdma_new_etm_task() [all …]
|
D | gdma_priv.h | 62 gdma_pair_t *pair; // which pair the channel belongs to member
|
/hal_espressif-latest/tools/esptool_py/test/ |
D | test_modules.py | 36 for pair in pairs: 37 bin_base = bytearray.fromhex(pair[0]) 40 assert encoded_data == bytearray.fromhex(pair[0] + pair[1])
|
/hal_espressif-latest/tools/ci/ |
D | check_callgraph.py | 99 def __init__(self, pair: str) -> None: 100 self.symbol, self.function_call = pair.split('/') 186 … call_matching_pairs = [pair for pair in ignore_pairs if pair.function_call == target] 188 for pair in call_matching_pairs: 189 ignored_symbols = [ref for ref in last_function.refs if pair.symbol in ref] 411 for pair in args.ignore_symbols.split(',') if args.ignore_symbols else []: 412 ignore_pairs.append(IgnorePair(pair))
|
/hal_espressif-latest/tools/esptool_py/docs/en/ |
D | versions.rst | 30 …ersion (this compatible release clause is approximately equivalent to the pair of comparison claus…
|
/hal_espressif-latest/tools/esptool_py/docs/en/espsecure/ |
D | index.rst | 79 # is not explicitly specified while key-pair generation.
|
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | Kconfig.in | 379 bool "Use predefined public-private key pair" 383 If this option is enabled, SM uses predefined DH key pair as described
|
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | Kconfig.in | 413 bool "Use predefined public-private key pair" 417 If this option is enabled, SM uses predefined DH key pair as described
|
/hal_espressif-latest/components/bt/controller/esp32h2/ |
D | Kconfig.in | 404 bool "Use predefined public-private key pair" 408 If this option is enabled, SM uses predefined DH key pair as described
|
/hal_espressif-latest/components/bt/host/nimble/ |
D | Kconfig.in | 207 bool "Use predefined public-private key pair" 211 If this option is enabled, SM uses predefined DH key pair as described
|