Home
last modified time | relevance | path

Searched refs:AT91C_PMC_PCER (Results 1 – 6 of 6) sorted by relevance

/bsp/sam7x/drivers/
A Dserial.c131 AT91C_PMC_PCER = 1 << serial->peripheral_id; in rt_serial_init()
A DAT91SAM7X.h231 #define AT91C_PMC_PCER (AT91_REG(0xFFFFFC10)) /* PMC Peripheral Clock Enable Register */ macro
A Dsd.c592 AT91C_PMC_PCER = ( (rt_uint32_t) 1 << AT91C_ID_SPI0 ); // n.b. IDs are just bit-numbers in rt_hw_sdcard_init()
A DAT91SAM7X256.h2222 #define AT91C_PMC_PCER (AT91_CAST(AT91_REG *) 0xFFFFFC10) // (PMC) Peripheral Clock Enable Regist… macro
/bsp/at91/at91sam9g45/drivers/
A Dat91_mci.c857 AT91C_BASE_PMC->AT91C_PMC_PCER = 1 << AT91C_ID_MCI; //enable MCI clock in at91_mci_init()
/bsp/at91/at91sam9g45/platform/
A Dat91sam9g45.h5622 #define AT91C_PMC_PCER (AT91C_CAST(AT91C_REG *) 0xFFFFFC10) // (PMC) Peripheral Clock Enable Regi… macro

Completed in 77 milliseconds