Home
last modified time | relevance | path

Searched full:pdc (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/include/zephyr/dt-bindings/dai/
Desai.h12 * the bit position from PCRC/PRRC's PC/PDC associated
32 * PDC = 0, PC = 0 => DISCONNECTED (0)
33 * PDC = 0, PC = 1 => GPIO INPUT (1)
34 * PDC = 1, PC = 0 => GPIO OUTPUT (2)
35 * PDC = 1, PC = 1 => ESAI (3)
/Zephyr-latest/dts/bindings/dai/
Dnxp,dai-esai.yaml62 1) DISCONNECTED (PDC[i] = 0, PC[i] = 0)
63 2) GPIO input (PDC[i] = 0, PC[i] = 1)
64 3) GPIO output (PDC[i] = 1, PC[i] = 0)
65 4) ESAI (PDC[i] = 1, PC[i] = 1)
/Zephyr-latest/drivers/sdhc/
DKconfig.sam_hsmci16 bool "Use PDC if available"
Dsam_hsmci.c323 LOG_DBG("PDC sr 0x%08x error", sr); in sam_hsmci_wait_write_end()
332 LOG_DBG("PDC sr 0x%08x last transfer error", sr); in sam_hsmci_wait_write_end()
351 LOG_DBG("PDC sr 0x%08x error", sr & (HSMCI_SR_UNRE | HSMCI_SR_OVRE | in sam_hsmci_wait_read_end()
/Zephyr-latest/drivers/counter/
Dcounter_smartbond_timer.c82 * during sleep by PDC. It's worth noting that during sleep the clock source of
93 /* Get the PDC trigger associated with the requested counter device */
113 * Add PDC entry so that the application core, which should be turned off during sleep,
/Zephyr-latest/drivers/entropy/
Dentropy_smartbond.c65 * Prevent the SoC from etering the normal sleep state as PDC does not support in entropy_smartbond_pm_policy_state_lock_get()
/Zephyr-latest/drivers/adc/
Dadc_sam.c318 /* Reset PDC transfer */ in adc_sam_init()
/Zephyr-latest/drivers/mipi_dbi/
Dmipi_dbi_smartbond.c84 * Prevent the SoC from etering the normal sleep state as PDC does not support in mipi_dbi_smartbond_pm_policy_state_lock_get()
/Zephyr-latest/drivers/dai/nxp/esai/
Desai.h142 * be used if PDC and PC bits for that pin are set (i.e: pin is in ESAI
/Zephyr-latest/drivers/i2c/
Di2c_smartbond.c47 * Prevent the SoC from etering the normal sleep state as PDC does not support in i2c_smartbond_pm_prevent_system_sleep()
/Zephyr-latest/drivers/rtc/
Drtc_smartbond.c633 __ASSERT(pdc_idx >= 0, "Failed to add RTC PDC entry"); in rtc_smartbond_init()
/Zephyr-latest/drivers/display/
Ddisplay_renesas_lcdc.c106 * Prevent the SoC from etering the normal sleep state as PDC does not support in lcdc_smartbond_pm_policy_state_lock_get()
/Zephyr-latest/drivers/crypto/
Dcrypto_smartbond.c123 * Prevent the SoC from entering the normal sleep state as PDC does not support in crypto_smartbond_pm_policy_state_lock_get()
/Zephyr-latest/drivers/spi/
Dspi_smartbond.c232 * Prevent the SoC from entering the normal sleep state as PDC does not support in spi_smartbond_pm_policy_state_lock_get()