Home
last modified time | relevance | path

Searched refs:stat (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/saml21/hal/utils/src/
Dutils_syscalls.c60 extern int _fstat(int file, struct stat *st);
106 extern int _fstat(int file, struct stat *st) in _fstat()
/loramac-node-latest/src/radio/sx126x/
Dsx126x.c702 uint8_t stat = 0; in SX126xGetStatus() local
705 stat = SX126xReadCommand( RADIO_GET_STATUS, NULL, 0 ); in SX126xGetStatus()
706 status.Fields.CmdStatus = ( stat & ( 0x07 << 1 ) ) >> 1; in SX126xGetStatus()
707 status.Fields.ChipMode = ( stat & ( 0x07 << 4 ) ) >> 4; in SX126xGetStatus()