Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:g_car_status
(Results
1 - 1
of
1
) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/robot_demo/robot_car/
H
A
D
robot_control.c
43
unsigned char
g_car_status
= CAR_STOP_STATUS;
variable
55
return
g_car_status
;
in GetCarStatus()
73
if (
g_car_status
== CAR_STOP_STATUS) {
in gpio5_isr_func_mode()
74
g_car_status
= CAR_TRACE_STATUS; // 寻迹
in gpio5_isr_func_mode()
76
} else if (
g_car_status
== CAR_TRACE_STATUS) {
in gpio5_isr_func_mode()
77
g_car_status
= CAR_OBSTACLE_AVOIDANCE_STATUS; // 超声波
in gpio5_isr_func_mode()
79
} else if (
g_car_status
== CAR_OBSTACLE_AVOIDANCE_STATUS) {
in gpio5_isr_func_mode()
80
g_car_status
= CAR_STOP_STATUS; // 停止
in gpio5_isr_func_mode()
205
if (
g_car_status
!= CAR_OBSTACLE_AVOIDANCE_STATUS) {
in car_mode_control_func()
226
switch (
g_car_status
) {
in RobotCarTestTask()
[all...]
Completed in 2 milliseconds