Searched refs:CTRL_SAMPLE (Results 1 – 2 of 2) sorted by relevance
24 #define CTRL_SAMPLE 11u macro34 #define CTRL_SAMPLE_MASK (0x3u << CTRL_SAMPLE)40 #define CTRL_SAMPLE_SCK (0x0u << CTRL_SAMPLE)41 #define CTRL_SAMPLE_HCLKF (0x1u << CTRL_SAMPLE)42 #define CTRL_SAMPLE_HCLKR (0x2u << CTRL_SAMPLE)
51 QSPI->CONTROL = (uint32_t)(config->sample << CTRL_SAMPLE) | in MSS_QSPI_configure()82 config->sample = (uint8_t)((reg & CTRL_SAMPLE_MASK) >> CTRL_SAMPLE); in MSS_QSPI_get_config()