Home
last modified time | relevance | path

Searched refs:skips (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/drivers/spi/
Dspi_mchp_mss_qspi.c144 uint32_t count, skips; in mss_qspi_transmit_x8() local
146 skips = mss_qspi_read(s, MSS_QSPI_REG_CONTROL); in mss_qspi_transmit_x8()
147 skips &= ~MSS_QSPI_CONTROL_FLAGSX4; in mss_qspi_transmit_x8()
148 mss_qspi_write(s, skips, MSS_QSPI_REG_CONTROL); in mss_qspi_transmit_x8()
231 uint32_t skips; in mss_qspi_config_frames() local
235 skips = (total_bytes & MSS_QSPI_FRAMESUP_LO_BYTES_MSK); in mss_qspi_config_frames()
237 skips |= ((cmd_bytes << MSS_QSPI_FRAMES_CMDBYTES) & MSS_QSPI_FRAMES_CMDBYTES_MSK); in mss_qspi_config_frames()
239 skips |= ((total_bytes << MSS_QSPI_FRAMES_CMDBYTES) & MSS_QSPI_FRAMES_CMDBYTES_MSK); in mss_qspi_config_frames()
242 skips |= MSS_QSPI_FRAMES_QSPI; in mss_qspi_config_frames()
245 skips &= ~MSS_QSPI_FRAMES_IDLE_MSK; in mss_qspi_config_frames()
[all …]
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dreports.py81 fails, passes, errors, skips = stats
93 skips += 1
115 skips += 1
130 return (fails, passes, errors, skips)
169 fails = passes = errors = skips = 0
182 fails, passes, errors, skips = self.xunit_testcase(eleTestsuite,
184 (fails, passes, errors, skips), log, True)
186 total = errors + passes + fails + skips
242 fails = passes = errors = skips = 0
264 fails, passes, errors, skips = self.xunit_testcase(eleTestsuite,
[all …]
/Zephyr-latest/drivers/clock_control/
DKconfig.nrf91 and number of consecutive skips did not exceeded
95 int "Maximum number of calibration skips"
100 was less than configured threshold. If number of consecutive skips
/Zephyr-latest/soc/silabs/
DKconfig261 board's defconfig. Only supported values may be used here. Setting this to 0, skips the
/Zephyr-latest/doc/develop/west/
Drelease-notes.rst364 - ``west update --fetch=smart`` (``smart`` is the default) now correctly skips
700 <west-config>`. The default value, "smart", skips fetching SHAs and tags
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.ll_sw_split763 radio event skips are not for every consecutive radio event interval,
/Zephyr-latest/doc/releases/
Drelease-notes-2.7.rst1175 * :github:`38396` - RISC-V privilege SoC initialisation code skips the __reset vector
1408 * :github:`37536` - _pm_devices() skips the very first device in the list and suspend() is not call…
Drelease-notes-2.3.rst738 * :github:`25901` - timer: nrf_rtc_timer: Subtraction underflow causing 8 minute time skips