Searched full:pdc (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/include/zephyr/dt-bindings/dai/ |
D | esai.h | 12 * 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/ |
D | nxp,dai-esai.yaml | 62 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/ |
D | Kconfig.sam_hsmci | 16 bool "Use PDC if available"
|
D | sam_hsmci.c | 323 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/ |
D | counter_smartbond_timer.c | 82 * 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/ |
D | entropy_smartbond.c | 65 * 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/ |
D | adc_sam.c | 318 /* Reset PDC transfer */ in adc_sam_init()
|
/Zephyr-latest/drivers/mipi_dbi/ |
D | mipi_dbi_smartbond.c | 84 * 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/ |
D | esai.h | 142 * be used if PDC and PC bits for that pin are set (i.e: pin is in ESAI
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_smartbond.c | 47 * 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/ |
D | rtc_smartbond.c | 633 __ASSERT(pdc_idx >= 0, "Failed to add RTC PDC entry"); in rtc_smartbond_init()
|
/Zephyr-latest/drivers/display/ |
D | display_renesas_lcdc.c | 106 * 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/ |
D | crypto_smartbond.c | 123 * 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/ |
D | spi_smartbond.c | 232 * Prevent the SoC from entering the normal sleep state as PDC does not support in spi_smartbond_pm_policy_state_lock_get()
|