Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_qspi_api.h193 int mec_hal_qspi_sampling_phase_pol(struct mec_qspi_regs *base, uint8_t phpol);
Dmec_qspi.c425 int mec_hal_qspi_sampling_phase_pol(struct mec_qspi_regs *base, uint8_t phpol) in mec_hal_qspi_sampling_phase_pol() argument
431 base->MODE = (base->MODE & ~0x700u) | ((uint32_t)(phpol & 0x7u) << 8); in mec_hal_qspi_sampling_phase_pol()