OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AT91SAM9260_PIOC_BASE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/at91/
at91sam9260reg.h
208
#define
AT91SAM9260_PIOC_BASE
0xFFFFF800U
217
#define PIOC_READ(_reg) *((volatile uint32_t *)(
AT91SAM9260_PIOC_BASE
+ (_reg)))
218
#define PIOC_WRITE(_reg, _val) do {*((volatile uint32_t *)(
AT91SAM9260_PIOC_BASE
+ (_reg))) = (_val);} while (0)
at91sam9260bus.c
142
{
AT91SAM9260_PIOC_BASE
, PID_PIOC},
Completed in 12 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025