Searched full:matches (Results 1 – 25 of 384) sorted by relevance
12345678910>>...16
/Zephyr-latest/samples/drivers/soc_flash_nrf/ |
D | README.rst | 50 Data read matches data written. Good! 54 Data read matches data written. Good! 58 Data read matches data written. Good! 62 Data read matches data written. Good! 71 Data read matches data written. Good! 75 Data read matches data written. Good! 79 Data read matches data written. Good! 83 Data read matches data written. Good! 92 Data read matches data written. Good! 96 Data read matches data written. Good! [all …]
|
D | sample.yaml | 22 - "Data read matches data written. Good!" 25 - "Data read matches data written. Good!" 29 - "Data read matches data written. Good!"
|
/Zephyr-latest/boards/nxp/mimxrt1060_evk/ |
D | board.cmake | 7 if(NOT ("${BOARD_QUALIFIERS}" MATCHES "qspi" 8 OR "${BOARD_QUALIFIERS}" MATCHES "hyperflash")) 17 if(("${BOARD_QUALIFIERS}" MATCHES "qspi") OR ("${BOARD_REVISION}" STREQUAL "B")) 19 elseif ("${BOARD_QUALIFIERS}" MATCHES "hyperflash")
|
/Zephyr-latest/tests/drivers/can/api/src/ |
D | common.h | 103 * @brief Standard (11-bit) CAN ID filter 1. This filter matches 109 * @brief Standard (11-bit) CAN ID filter 2. This filter matches 115 * @brief Standard (11-bit) CAN ID masked filter 1. This filter matches 121 * @brief Standard (11-bit) CAN ID masked filter 2. This filter matches 127 * @brief Extended (29-bit) CAN ID filter 1. This filter matches 133 * @brief Extended (29-bit) CAN ID filter 2. This filter matches 139 * @brief Extended (29-bit) CAN ID masked filter 1. This filter matches 145 * @brief Extended (29-bit) CAN ID masked filter 2. This filter matches 151 * @brief Standard (11-bit) CAN ID filter. This filter matches
|
D | common.c | 116 * @brief Standard (11-bit) CAN ID filter 1. This filter matches 126 * @brief Standard (11-bit) CAN ID filter 2. This filter matches 136 * @brief Standard (11-bit) CAN ID masked filter 1. This filter matches 146 * @brief Standard (11-bit) CAN ID masked filter 2. This filter matches 156 * @brief Extended (29-bit) CAN ID filter 1. This filter matches 166 * @brief Extended (29-bit) CAN ID filter 2. This filter matches 176 * @brief Extended (29-bit) CAN ID masked filter 1. This filter matches 186 * @brief Extended (29-bit) CAN ID masked filter 2. This filter matches 196 * @brief Standard (11-bit) CAN ID filter. This filter matches
|
/Zephyr-latest/drivers/can/ |
D | Kconfig.loopback | 29 if the filter matches. 37 if the filter matches. 46 filter matches.
|
/Zephyr-latest/boards/nxp/mimxrt1050_evk/ |
D | board.cmake | 7 if(NOT ("${BOARD_QUALIFIERS}" MATCHES "qspi" 8 OR "${BOARD_QUALIFIERS}" MATCHES "hyperflash")) 16 if("${BOARD_QUALIFIERS}" MATCHES "qspi")
|
/Zephyr-latest/share/sysbuild/cmake/modules/ |
D | native_simulator_sb_extensions.cmake | 18 if(("${BOARD}" MATCHES "native") OR ("${BOARD}" MATCHES "bsim")) 38 if(("${BOARD}" MATCHES "native") OR ("${BOARD}" MATCHES "bsim"))
|
/Zephyr-latest/dts/bindings/mfd/ |
D | infineon,tle9104.yaml | 50 default matches power on reset value 66 default matches power on reset value 78 default matches power on reset value
|
/Zephyr-latest/drivers/sensor/veaa_x_3/ |
D | Kconfig | 15 The driver assumes that the maximum ADC value matches the maximum 16 output from the device, and that the maximum DAC value matches the
|
/Zephyr-latest/dts/bindings/sensor/ |
D | ams,tsl2561.yaml | 16 ADC integration time in ms. The default value matches Timing Register's value at power on. 25 ADC gain factor. The default value matches Timing Register's value at power on.
|
D | ti,ina230.yaml | 30 description: Diag alert register, default matches the power-on reset value 76 description: Mask register, default matches the power-on reset value 82 description: Alert register, default matches the power-on reset value
|
/Zephyr-latest/drivers/gnss/ |
D | gnss_nmea0183_match.h | 25 * as part of the unsolicited matches. 72 * @details Should be used as the callback of a modem_chat match which matches "$??GGA," 80 * @details Should be used as the callback of a modem_chat match which matches "$??RMC," 88 * @details Should be used as the callback of a modem_chat match which matches "$??GSV,"
|
/Zephyr-latest/subsys/modem/ |
D | modem_chat.c | 100 chat->matches[MODEM_CHAT_MATCHES_INDEX_ABORT] = NULL; in modem_chat_script_stop() 102 chat->matches[MODEM_CHAT_MATCHES_INDEX_RESPONSE] = NULL; in modem_chat_script_stop() 138 chat->matches[MODEM_CHAT_MATCHES_INDEX_RESPONSE] = script_chat->response_matches; in modem_chat_script_set_response_matches() 144 chat->matches[MODEM_CHAT_MATCHES_INDEX_RESPONSE] = NULL; in modem_chat_script_clear_response_matches() 225 /* Set abort matches */ in modem_chat_script_start() 226 chat->matches[MODEM_CHAT_MATCHES_INDEX_ABORT] = script->abort_matches; in modem_chat_script_start() 431 /* Find in all matches types */ in modem_chat_parse_find_match() 432 for (uint16_t i = 0; i < ARRAY_SIZE(chat->matches); i++) { in modem_chat_parse_find_match() 433 /* Find in all matches of matches type */ in modem_chat_parse_find_match() 435 /* Validate match size matches received data length */ in modem_chat_parse_find_match() [all …]
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_get_addr/src/ |
D | main.c | 67 * - ID value matches the one passed to bt_keys_get_addr() 68 * - Address value matches the one passed to bt_keys_get_addr() 138 * matches the one returned after adding the ID and address pair 139 * - ID value matches the one passed to bt_keys_get_addr() 140 * - Address value matches the one passed to bt_keys_get_addr()
|
/Zephyr-latest/include/zephyr/modem/ |
D | chat.h | 169 /** Array of abort matches */ 171 /** Number of elements in array of abort matches */ 240 /* Matches 241 * Index 0 -> Response matches 242 * Index 1 -> Abort matches 243 * Index 2 -> Unsolicited matches 245 const struct modem_chat_match *matches[3]; member 303 /** Array of unsolicited matches */ 305 /** Elements in array of unsolicited matches */ 448 * @brief Set modem chat script chat matches [all …]
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_output.py | 147 matches = [] 154 matches.append(match) 155 if len(matches) == 8: 156 return matches 158 matches = [] 159 return matches
|
/Zephyr-latest/doc/_static/js/ |
D | scorer.js | 33 // query matches the full name of an object 35 // or matches in the last dotted part of the object name
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | testsuite.py | 27 matches A list of test cases 41 matches: list[str] = None, 49 self.matches = matches 59 return (sorted(self.matches) == sorted(other.matches) and 163 matches=testcase_names, 298 # glob matches in subdirectories too 322 if result.matches: 323 subcases += result.matches 347 if result.matches: 348 subcases += result.matches
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | quicklogic,eos-s3-pinctrl.yaml | 57 The default value "slow" matches the power-on reset value. 69 The default value "a0registers" matches the power-on reset value.
|
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | Kconfig | 124 downloaded matches the server side SHA. 126 To check if the data written to permanent storage matches the SHA 138 To check if the download data stream matches the SHA simultaneously,
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_get_type/src/ |
D | main.c | 70 * - ID value matches the one passed to bt_keys_get_type() 71 * - Address value matches the one passed to bt_keys_get_type() 72 * - Key type value matches the one passed to bt_keys_get_type() 133 * - Key reference returned matches the previously returned one
|
/Zephyr-latest/samples/drivers/memc/ |
D | sample.yaml | 13 - "Read data matches written data"
|
/Zephyr-latest/samples/boards/espressif/flash_memory_mapped/ |
D | sample.yaml | 14 - "memory-mapped reading matches flash API read"
|
/Zephyr-latest/tests/subsys/tracing/tracing_api/ |
D | CMakeLists.txt | 5 if(BOARD MATCHES "qemu_.*")
|
12345678910>>...16