Searched refs:pattern (Results 1 – 12 of 12) sorted by relevance
| /tests/bluetooth/df/common/src/ |
| A D | radio_df_stub.c | 30 void radio_df_ant_switch_pattern_set(uint8_t pattern) in radio_df_ant_switch_pattern_set() argument 112 void ut_radio_df_pdu_antenna_switch_pattern_set(uint8_t pattern) in ut_radio_df_pdu_antenna_switch_pattern_set() argument 114 g_pdu_switch_pattern = pattern; in ut_radio_df_pdu_antenna_switch_pattern_set()
|
| /tests/lib/devicetree/memory_region_flags/pytest/ |
| A D | test_memory_region_flags.py | 45 pattern = ( 50 logger.info(pattern) 56 m = re.search(pattern, line)
|
| /tests/boards/intel_adsp/ssp/src/ |
| A D | main.c | 189 int32_t pattern[4]; in check_transmission() local 202 pattern[i] = sine_buf[i]; in check_transmission() 225 if (buffer[i] == pattern[0] && in check_transmission() 226 buffer[i + 1] == pattern[1] && in check_transmission() 227 buffer[i + 2] == pattern[2] && in check_transmission() 228 buffer[i + 3] == pattern[3]) { in check_transmission()
|
| /tests/boards/espressif/cache_coex/ |
| A D | README.rst | 11 with a random generated pattern. At the same time, a whole SPI Flash page is updated with another p…
|
| /tests/drivers/regulator/voltage/boards/ |
| A D | rpi_pico.overlay | 11 * In the rpi_pico board, a short, thick, diagonal wiring pattern near the 3x3
|
| /tests/boards/nrf/nrf70/bustest/src/ |
| A D | main.c | 74 const uint32_t pattern = 0x12345678; in memtest() local 102 buff[i] = pattern + in memtest()
|
| /tests/subsys/fs/zms/src/ |
| A D | main.c | 107 char pattern[] = {0xDE, 0xAD, 0xBE, 0xEF}; in execute_long_pattern_write() local 113 BUILD_ASSERT((sizeof(wr_buf) % sizeof(pattern)) == 0); in execute_long_pattern_write() 114 for (int i = 0; i < sizeof(wr_buf); i += sizeof(pattern)) { in execute_long_pattern_write() 115 memcpy(wr_buf + i, pattern, sizeof(pattern)); in execute_long_pattern_write()
|
| /tests/subsys/fs/nvs/src/ |
| A D | main.c | 108 char pattern[] = {0xDE, 0xAD, 0xBE, 0xEF}; in execute_long_pattern_write() local 114 BUILD_ASSERT((sizeof(wr_buf) % sizeof(pattern)) == 0); in execute_long_pattern_write() 115 for (int i = 0; i < sizeof(wr_buf); i += sizeof(pattern)) { in execute_long_pattern_write() 116 memcpy(wr_buf + i, pattern, sizeof(pattern)); in execute_long_pattern_write()
|
| /tests/benchmarks/thread_metric/ |
| A D | Kconfig | 71 cyclical pattern. The total number of context switches is reported
|
| /tests/lib/c_lib/common/src/ |
| A D | main.c | 244 static const char pattern[] = "eeeeeeeeeeee"; in ZTEST() local 247 __ASSERT_NO_MSG(sizeof(pattern) - 1 > BUFSIZE); in ZTEST() 248 memcpy(buffer, pattern, BUFSIZE); in ZTEST()
|
| /tests/bsim/bluetooth/mesh/ |
| A D | README.rst | 67 pattern for running a single test across N devices with different test
|
| /tests/bluetooth/tester/src/ |
| A D | btp_gatt.c | 164 static struct bt_gatt_attr *gatt_db_add(const struct bt_gatt_attr *pattern, in gatt_db_add() argument 168 const union uuid *u = CONTAINER_OF(pattern->uuid, union uuid, uuid); in gatt_db_add() 182 memcpy(attr, pattern, sizeof(*attr)); in gatt_db_add() 191 memcpy(attr->user_data, pattern->user_data, user_data_len); in gatt_db_add()
|
Completed in 48 milliseconds