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:hi_reg_clrbit
(Results
1 - 8
of
8
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/pwm/
H
A
D
hi_pwm.c
128
hi_reg_clrbit
(CLDO_CTL_CLK_SEL_REG, 0);
in hi_pwm_set_clock()
143
hi_reg_clrbit
(pwm_en_reg(pwm_base_addr(port)), 0);
in pwm_set_enable()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/tsensor/
H
A
D
hi_tsensor_pm.c
90
hi_reg_clrbit
(W_CTL_UART_MAC80M_CLKEN_REG, TSENSOR_CLK_GATE_BIT);
in hi_tsensor_lp_restore()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
H
A
D
hi_boot_rom.h
81
#define
hi_reg_clrbit
(addr, pos) ((hi_reg_read_val32(addr)) &= ~((hi_u32)(1) << (pos)))
macro
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
H
A
D
hi_types_base.h
470
#define
hi_reg_clrbit
(addr, pos) ((hi_reg_read_val32(addr)) &= ~((unsigned int)(1) << (pos)))
macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_types_base.h
469
#define
hi_reg_clrbit
(addr, pos) ((hi_reg_read_val32(addr)) &= ~((unsigned int)(1) << (pos)))
macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/flash/
H
A
D
hi_flashboot_flash.c
279
hi_reg_clrbit
(PMU_CMU_CTL_CLK_192M_GT_REG, 0);
in flash_clk_config()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/drivers/flash/
H
A
D
hi_loaderboot_flash.c
227
hi_reg_clrbit
(PMU_CMU_CTL_CLK_192M_GT_REG, 0);
in flash_clk_config()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
H
A
D
hi_boot_rom.h
81
#define
hi_reg_clrbit
(addr, pos) ((hi_reg_read_val32(addr)) &= ~((hi_u32)(1) << (pos)))
macro
Completed in 12 milliseconds