OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timer_index
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/arm/samsung/
exynos_pwm.c
68
u_int
timer_index
;
member in struct:exynos_pwm_timer
97
tcon &= ~TCON_START(timer->
timer_index
);
98
tcon |= TCON_UPDATE(timer->
timer_index
);
100
tcon &= ~TCON_UPDATE(timer->
timer_index
);
101
tcon |= TCON_START(timer->
timer_index
);
102
tcon |= TCON_AUTO_RELOAD(timer->
timer_index
);
106
tcon &= ~TCON_AUTO_RELOAD(timer->
timer_index
);
121
tcntb = PWM_READ(sc, TCNTB(timer->
timer_index
));
122
tcmpb = PWM_READ(sc, TCMPB(timer->
timer_index
));
124
conf->polarity = (tcon & TCON_OUTINV(timer->
timer_index
)) ? PWM_ACTIVE_HIGH : PWM_ACTIVE_LOW
[
all
...]
Completed in 13 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025