/loramac-node-latest/src/radio/sx126x/ |
D | sx126x.c | 177 uint8_t buf[2]; in SX126xSetCrcSeed() local 195 uint8_t buf[2]; in SX126xSetCrcPolynomial() local 292 uint8_t buf[3]; in SX126xSetTx() local 304 uint8_t buf[3]; in SX126xSetRx() local 318 uint8_t buf[3]; in SX126xSetRxBoosted() local 332 uint8_t buf[6]; in SX126xSetRxDutyCycle() local 443 uint8_t buf[4]; in SX126xSetPaConfig() local 459 uint8_t buf[8]; in SX126xSetDioIrqParams() local 487 uint8_t buf[4]; in SX126xSetDio3AsTcxoCtrl() local 499 uint8_t buf[4]; in SX126xSetRfFrequency() local [all …]
|
/loramac-node-latest/src/boards/mcu/saml21/hal/src/ |
D | hal_io.c | 60 int32_t io_write(struct io_descriptor *const io_descr, const uint8_t *const buf, const uint16_t len… in io_write() 69 int32_t io_read(struct io_descriptor *const io_descr, uint8_t *const buf, const uint16_t length) in io_read()
|
D | hal_spi_m_sync.c | 143 static int32_t _spi_m_sync_io_read(struct io_descriptor *io, uint8_t *buf, const uint16_t length) in _spi_m_sync_io_read() 171 static int32_t _spi_m_sync_io_write(struct io_descriptor *const io, const uint8_t *const buf, const… in _spi_m_sync_io_write()
|
D | hal_i2c_m_sync.c | 45 static int32_t i2c_m_sync_read(struct io_descriptor *io, uint8_t *buf, const uint16_t n) in i2c_m_sync_read() 68 static int32_t i2c_m_sync_write(struct io_descriptor *io, const uint8_t *buf, const uint16_t n) in i2c_m_sync_write()
|
D | hal_usart_sync.c | 246 static int32_t usart_sync_write(struct io_descriptor *const io_descr, const uint8_t *const buf, con… in usart_sync_write() 272 static int32_t usart_sync_read(struct io_descriptor *const io_descr, uint8_t *const buf, const uint… in usart_sync_read()
|
/loramac-node-latest/src/boards/SAMR34/ |
D | board.c | 147 int _write( int fd, const void *buf, size_t count ) in _write() 156 int _read( int fd, const void *buf, size_t count ) in _read()
|
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/ |
D | board.c | 381 int _write( int fd, const void *buf, size_t count ) in _write() 390 int _read( int fd, const void *buf, size_t count ) in _read()
|
/loramac-node-latest/src/boards/SKiM980A/ |
D | board.c | 507 int _write( int fd, const void *buf, size_t count ) in _write() 516 int _read( int fd, const void *buf, size_t count ) in _read()
|
/loramac-node-latest/src/boards/NucleoL073/ |
D | board.c | 514 int _write( int fd, const void *buf, size_t count ) in _write() 523 int _read( int fd, const void *buf, size_t count ) in _read()
|
/loramac-node-latest/src/boards/NucleoL152/ |
D | board.c | 514 int _write( int fd, const void *buf, size_t count ) in _write() 523 int _read( int fd, const void *buf, size_t count ) in _read()
|
/loramac-node-latest/src/boards/SKiM881AXL/ |
D | board.c | 480 int _write( int fd, const void *buf, size_t count ) in _write() 489 int _read( int fd, const void *buf, size_t count ) in _read()
|
/loramac-node-latest/src/boards/SKiM880B/ |
D | board.c | 507 int _write( int fd, const void *buf, size_t count ) in _write() 516 int _read( int fd, const void *buf, size_t count ) in _read()
|
/loramac-node-latest/src/boards/NAMote72/ |
D | board.c | 601 int _write( int fd, const void *buf, size_t count ) in _write() 610 int _read( int fd, const void *buf, size_t count ) in _read()
|
/loramac-node-latest/src/boards/NucleoL476/ |
D | board.c | 614 int _write( int fd, const void *buf, size_t count ) in _write() 623 int _read( int fd, const void *buf, size_t count ) in _read()
|
/loramac-node-latest/src/boards/mcu/saml21/hpl/systick/ |
D | hpl_systick.c | 99 uint32_t buf = cycles; in _delay_cycles() local
|
/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Src/ |
D | usbd_ctlreq.c | 756 static uint8_t USBD_GetLen(uint8_t *buf) in USBD_GetLen()
|