Home
last modified time | relevance | path

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

/components/drivers/spi/
A Ddev_spi_msd.c466 uint32_t OCR; in rt_msd_init() local
618 OCR = (OCR << 8) + response[2]; in rt_msd_init()
619 OCR = (OCR << 8) + response[3]; in rt_msd_init()
620 OCR = (OCR << 8) + response[4]; in rt_msd_init()
780 OCR = response[1]; in rt_msd_init()
781 OCR = (OCR << 8) + response[2]; in rt_msd_init()
782 OCR = (OCR << 8) + response[3]; in rt_msd_init()
783 OCR = (OCR << 8) + response[4]; in rt_msd_init()
866 OCR = (OCR << 8) + response[2]; in rt_msd_init()
867 OCR = (OCR << 8) + response[3]; in rt_msd_init()
[all …]

Completed in 5 milliseconds