Home
last modified time | relevance | path

Searched refs:pattern (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/driver/deprecated/
Dadc_i2s_deprecated.c131 …i_prepare_pattern_table(adc_unit_t adc_n, uint32_t pattern_index, adc_digi_pattern_table_t pattern) in adc_ll_digi_prepare_pattern_table() argument
139 tab |= ((uint32_t)pattern.val << 24) >> offset; // Fill in the new data in adc_ll_digi_prepare_pattern_table()
144 tab |= ((uint32_t)pattern.val << 24) >> offset; // Fill in the new data in adc_ll_digi_prepare_pattern_table()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dadc_ll.h207 adc_ll_digi_pattern_table_t pattern = {0}; in adc_ll_digi_set_pattern_table() local
209 pattern.val = (table.atten & 0x3) | ((table.channel & 0x7) << 2) | ((table.unit & 0x1) << 5); in adc_ll_digi_set_pattern_table()
213 tab |= ((uint32_t)(pattern.val & 0x3F) << 18) >> offset; // Fill in the new data in adc_ll_digi_set_pattern_table()
218 tab |= ((uint32_t)(pattern.val & 0x3F) << 18) >> offset; // Fill in the new data in adc_ll_digi_set_pattern_table()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dadc_ll.h207 adc_ll_digi_pattern_table_t pattern = {0}; in adc_ll_digi_set_pattern_table() local
209 pattern.val = (table.atten & 0x3) | ((table.channel & 0x7) << 2) | ((table.unit & 0x1) << 5); in adc_ll_digi_set_pattern_table()
213 tab |= ((uint32_t)(pattern.val & 0x3F) << 18) >> offset; // Fill in the new data in adc_ll_digi_set_pattern_table()
218 tab |= ((uint32_t)(pattern.val & 0x3F) << 18) >> offset; // Fill in the new data in adc_ll_digi_set_pattern_table()
/hal_espressif-latest/components/driver/gpio/
Ddedic_gpio.c212 uint32_t pattern = (1 << config->array_size) - 1; in dedic_gpio_new_bundle() local
221 if ((s_platform[core_id]->out_occupied_mask & (pattern << i)) == 0) { in dedic_gpio_new_bundle()
222 out_mask = pattern << i; in dedic_gpio_new_bundle()
247 if ((s_platform[core_id]->in_occupied_mask & (pattern << i)) == 0) { in dedic_gpio_new_bundle()
248 in_mask = pattern << i; in dedic_gpio_new_bundle()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dadc_ll.h246 adc_ll_digi_pattern_table_t pattern = {0}; in adc_ll_digi_set_pattern_table() local
265 pattern.val = (table.atten & 0x3) | ((bit_width) << 2) | ((table.channel & 0xF) << 4); in adc_ll_digi_set_pattern_table()
270 tab |= ((uint32_t)pattern.val << 24) >> offset; // Fill in the new data in adc_ll_digi_set_pattern_table()
275 tab |= ((uint32_t)pattern.val << 24) >> offset; // Fill in the new data in adc_ll_digi_set_pattern_table()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dadc_ll.h261 adc_ll_digi_pattern_table_t pattern = {0}; in adc_ll_digi_set_pattern_table() local
263 pattern.val = (table.atten & 0x3) | ((table.channel & 0xF) << 2); in adc_ll_digi_set_pattern_table()
267 tab |= ((uint32_t)(pattern.val & 0x3F) << 18) >> offset; //Fill in the new data in adc_ll_digi_set_pattern_table()
272 tab |= ((uint32_t)(pattern.val & 0x3F) << 18) >> offset; //Fill in the new data in adc_ll_digi_set_pattern_table()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dadc_ll.h255 adc_ll_digi_pattern_table_t pattern = {0}; in adc_ll_digi_set_pattern_table() local
257 pattern.val = (table.atten & 0x3) | ((table.channel & 0xF) << 4); in adc_ll_digi_set_pattern_table()
261 tab |= ((uint32_t)pattern.val << 24) >> offset; // Fill in the new data in adc_ll_digi_set_pattern_table()
266 tab |= ((uint32_t)pattern.val << 24) >> offset; // Fill in the new data in adc_ll_digi_set_pattern_table()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dadc_ll.h215 adc_ll_digi_pattern_table_t pattern = {0}; in adc_ll_digi_set_pattern_table() local
217 pattern.val = (table.atten & 0x3) | ((table.channel & 0x7) << 2) | ((table.unit & 0x1) << 5); in adc_ll_digi_set_pattern_table()
220 tab |= ((uint32_t)(pattern.val & 0x3F) << 18) >> offset; // Fill in the new data in adc_ll_digi_set_pattern_table()
/hal_espressif-latest/components/hal/
Dspi_flash_hal_common.inc94 * the first 8 bits of the dummy bits as the bits. When the bits meet some pattern, the chip
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dserial-protocol.rst344 All three of these sequences follow a similar pattern: