Home
last modified time | relevance | path

Searched refs:pattern_len (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/subsys/settings/file/src/
Dsettings_test_compress_file.c21 int file_str_cmp(const char *fname, char const *string, size_t pattern_len);
86 int file_str_cmp(const char *fname, char const *string, size_t pattern_len) in file_str_cmp() argument
99 if (entry.size != pattern_len) { in file_str_cmp()
/Zephyr-latest/drivers/adc/
Dadc_esp32.c246 void *pattern_config, uint32_t *pattern_len, uint32_t *unit_attenuation) in adc_esp32_fill_digi_pattern() argument
256 *pattern_len = 0; in adc_esp32_fill_digi_pattern()
274 *pattern_len += 1; in adc_esp32_fill_digi_pattern()
275 if (*pattern_len > SOC_ADC_PATT_LEN_MAX) { in adc_esp32_fill_digi_pattern()
292 uint32_t pattern_len, uint32_t number_of_samplings, in adc_esp32_digi_start() argument
326 adc_hal_digi_ctrlr_cfg.adc_pattern_len = pattern_len; in adc_esp32_digi_start()
328 uint32_t number_of_adc_digi_samples = number_of_samplings * pattern_len; in adc_esp32_digi_start()
/Zephyr-latest/subsys/shell/
Dshell_utils.c241 uint16_t pattern_len = z_shell_strlen(pattern); in z_shell_pattern_remove() local
249 pattern_len++; /* space needs to be removed as well */ in z_shell_pattern_remove()
254 shift = z_shell_strlen(pattern_addr) - pattern_len + 1; /* +1 for EOS */ in z_shell_pattern_remove()
255 *buff_len -= pattern_len; in z_shell_pattern_remove()
257 memmove(pattern_addr, pattern_addr + pattern_len, shift); in z_shell_pattern_remove()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_vs.h348 uint8_t pattern_len; member
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c5551 if (!cmd->patterns[i].pattern_len ||
5552 cmd->patterns[i].pattern_len >
5557 f->lengths[i] = cmd->patterns[i].pattern_len;