OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cpol
(Results
1 - 7
of
7
) sorted by null
/device/google/accessory/arduino/USB_Host_Shield/
Max3421e.h
69
/* mode 00 (
CPOL
=0, CPHA=0) master, fclk/2. Mode 11 (
CPOL
=11, CPHA=11) is also supported by MAX3421E */
/external/syslinux/gpxe/src/include/gpxe/
spi.h
132
* mode 1 is the mode in which
CPOL
=0 and CPHA=1, which
165
/** Clock polarity (
CPOL
) mode bit
182
* This is SPI mode 1 (i.e.
CPOL
=0, CPHA=1), and is compatible with
189
* This is SPI mode 0 (i.e.
CPOL
=0, CPHA=0), and is compatible with
/device/google/contexthub/firmware/os/core/
hostIntfSpi.c
31
.
cpol
= SPI_CPOL_IDLE_LO,
/device/google/contexthub/firmware/os/inc/
spi.h
35
}
cpol
;
member in struct:SpiMode
/device/google/contexthub/firmware/os/platform/stm32/
spi.c
201
if (mode->
cpol
== SPI_CPOL_IDLE_LO)
239
stmSpiSckPullMode(pdev, pdev->board->gpioSpeed, mode->
cpol
? GPIO_PULL_UP : GPIO_PULL_DOWN);
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c
[
all
...]
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
st_lsm6dsm.c
[
all
...]
Completed in 2814 milliseconds