Home
last modified time | relevance | path

Searched refs:ssd (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/boards/seagate/legend/doc/
Dindex.rst5 The Legend board family contains three revisions: 25hdd, 25ssd, and 35.
14 The Legend 2.5" SSD board (revision 25ssd) is found in the Seagate SSD Gaming
45 - 6 (hdd) or 4 (ssd) Everlight B1414 LEDs connected on SPI1 MOSI
80 | PA12 | USB | USB DM (25ssd and 35 only) |
82 | PA13 | USB | USB DP (25ssd and 35 only) |
/Zephyr-latest/boards/seagate/legend/
Drevision.cmake1 set(LEGEND_REVISIONS "25hdd" "25ssd" "35")
/Zephyr-latest/tests/drivers/input/tsc_keys/src/
Dtest_stm32_tsc.c63 const uint8_t ssd = DT_PROP(TSC_NODE, st_spread_spectrum_deviation); in ZTEST() local
82 zassert_equal((*tsc_cr & TSC_CR_SSD_Msk) >> TSC_CR_SSD_Pos, ssd, in ZTEST()
83 "SSD value is not correct, expected %d, got %d", ssd, in ZTEST()
/Zephyr-latest/drivers/input/
Dinput_tsc_keys.c57 uint8_t ssd; member
208 sys_set_bits((mem_addr_t)&config->tsc->CR, config->ssd << TSC_CR_SSD_Pos); in stm32_tsc_init()
334 .ssd = DT_INST_PROP(index, st_spread_spectrum_deviation), \