OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PIOC_WRITE
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/arm/at91/
at91rm9200reg.h
203
#define
PIOC_WRITE
(_reg, _val) do {*((volatile uint32_t *)(AT91RM9200_PIOC_BASE + (_reg))) = (_val);} while (0)
at91sam9261reg.h
216
#define
PIOC_WRITE
(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9261_PIOC_BASE + (_reg))) = (_val);} while (0)
at91sam9260reg.h
218
#define
PIOC_WRITE
(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9260_PIOC_BASE + (_reg))) = (_val);} while (0)
Completed in 13 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025