#include <reg.h>
Go to the source code of this file.
- Copyright
- Copyright (c) 2022 Semidrive Semiconductor. All rights reserved.
◆ disp_read()
| static unsigned int disp_read |
( |
unsigned long |
base, |
|
|
unsigned int |
reg |
|
) |
| |
|
inlinestatic |
◆ disp_write()
| static void disp_write |
( |
unsigned long |
base, |
|
|
unsigned int |
reg, |
|
|
unsigned int |
value |
|
) |
| |
|
inlinestatic |
◆ reg_value()
| static unsigned int reg_value |
( |
unsigned int |
val, |
|
|
unsigned int |
src, |
|
|
unsigned int |
shift, |
|
|
unsigned int |
mask |
|
) |
| |
|
inlinestatic |