OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_bit
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/gpxe/src/drivers/bitbash/
bitbash.c
55
int
read_bit
( struct bit_basher *basher, unsigned int bit_id ) {
function
spi_bit.c
127
bit =
read_bit
( basher, SPI_BIT_MISO );
i2c_bit.c
80
state =
read_bit
( basher, I2C_BIT_SDA );
/external/syslinux/gpxe/src/include/gpxe/
bitbash.h
50
extern int
read_bit
( struct bit_basher *basher, unsigned int bit_id );
Completed in 78 milliseconds