Searched refs:chan (Results 1 - 6 of 6) sorted by relevance

/hardware/bsp/intel/peripheral/libmraa/examples/
H A Diio_driver.c29 printword(uint16_t input, mraa_iio_channel* chan) argument
33 if (!chan->lendian) {
39 input >>= chan->shift;
40 input &= chan->mask;
41 if (chan->signedd) {
42 res = (int16_t)(input << (16 - chan->bits_used)) >> (16 - chan->bits_used);
/hardware/bsp/intel/peripheral/libmraa/src/iio/
H A Diio.c105 mraa_iio_channel* chan; local
118 chan = &dev->channels[chan_num];
119 chan->index = chan_num;
129 ret = sscanf(readbuf, "%ce:%c%u/%u>>%u", &shortbuf, &signchar, &chan->bits_used,
130 &padint, &chan->shift);
131 chan->bytes = padint / 8;
132 if (curr_bytes % chan->bytes == 0) {
133 chan->location = curr_bytes;
135 chan->location = curr_bytes - curr_bytes % chan
591 mraa_iio_channel* chan; local
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmwifi_channels.h308 #define LCHSPEC_CREATE(chan, band, bw, sb) ((uint16)((chan) | (sb) | (bw) | (band)))
474 * Convert ctl chan and bw to chanspec
H A Dwlioctl.h678 #define CCA_ERRNO_PREF_CHAN 3 /* After filtering for chan pref, no choices left */
2127 uint8 chan; /* channel */ member in struct:wl_ota_test_args
5482 uint8 chan; member in struct:rrmreq
5491 uint8 chan; member in struct:framereq
/hardware/bsp/intel/peripheral/libupm/src/nrf24l01/
H A Dnrf24l01.cxx502 NRF24L01::blePacketEncode(uint8_t* packet, uint8_t len, uint8_t chan) { argument
515 bleWhiten(packet, len, (swapbits(chan) | 2));
H A Dnrf24l01.h412 void blePacketEncode(uint8_t* packet, uint8_t len, uint8_t chan);

Completed in 263 milliseconds