OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AT91SAM9261_PIOA_BASE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/at91/
at91sam9261reg.h
204
#define
AT91SAM9261_PIOA_BASE
0xFFFFF400U
211
#define PIOA_READ(_reg) *((volatile uint32_t *)(
AT91SAM9261_PIOA_BASE
+ (_reg)))
212
#define PIOA_WRITE(_reg, _val) do {*((volatile uint32_t *)(
AT91SAM9261_PIOA_BASE
+ (_reg))) = (_val);} while (0)
at91sam9261bus.c
134
{
AT91SAM9261_PIOA_BASE
, PID_PIOA},
Completed in 53 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025