fix(parlio): fix rempty interrupt during resetting fifo

Move the fifo reset to after disabling the tx core clock.
And add external non-free running clock src test.
This commit is contained in:
Chen Jichang
2025-01-22 16:42:10 +08:00
parent 1f84180a1b
commit 4b3a2b2f8b
7 changed files with 142 additions and 5 deletions

View File

@@ -397,6 +397,7 @@ static inline uint32_t parlio_ll_rx_get_fifo_cycle_cnt(parl_io_dev_t *dev)
* @param dev Parallel IO register base address
* @param src Clock source
*/
__attribute__((always_inline))
static inline void parlio_ll_tx_set_clock_source(parl_io_dev_t *dev, parlio_clock_source_t src)
{
(void)dev;