OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pdatb
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/evbarm/mini2440/
mini2440_machdep.c
457
#define
pdatb
(*(volatile uint8_t *)(S3C2440_GPIO_BASE+GPIO_PBDAT))
macro
460
#define __LED(x) (
pdatb
= (
pdatb
& ~0x1e0) | (~(1<<(x+5)) & 0x1e0))
478
#undef
pdatb
479
#define
pdatb
(*(volatile uint8_t *)(GPIO_VBASE+GPIO_PBDAT))
macro
mini2440_machdep.c
457
#define
pdatb
(*(volatile uint8_t *)(S3C2440_GPIO_BASE+GPIO_PBDAT))
macro
460
#define __LED(x) (
pdatb
= (
pdatb
& ~0x1e0) | (~(1<<(x+5)) & 0x1e0))
478
#undef
pdatb
479
#define
pdatb
(*(volatile uint8_t *)(GPIO_VBASE+GPIO_PBDAT))
macro
Completed in 24 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025