OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timer_index
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nxp/src/
phLlcNfc_Timer.c
511
uint8_t
timer_index
= 0;
local
518
timerid = ps_timer_info->timer_id[
timer_index
];
542
timer_index
= (uint8_t)(
timer_index
+ 1);
543
timerid = ps_timer_info->timer_id[
timer_index
];
556
timer_index
= 0;
562
while (
timer_index
< ps_timer_info->guard_to_count)
564
ps_timer_info->guard_to_value[
timer_index
] = 0;
565
ps_timer_info->iframe_send_count[
timer_index
] = 0;
567
timer_index
= (uint8_t)(timer_index + 1)
[
all
...]
phLlcNfc_Frame.c
1005
uint8_t
timer_index
= 0;
local
[
all
...]
/external/libusb_aah/libusb/os/
windows_usb.c
1985
int
timer_index
;
local
[
all
...]
Completed in 31 milliseconds