Home
last modified time | relevance | path

Searched refs:RadioPacketTypes_t (Results 1 – 3 of 3) sorted by relevance

/btstack/chipset/sx128x/SMTC_Drivers/sx1280-driver-c/
H A Dsx1280.h303 }RadioPacketTypes_t; typedef
770RadioPacketTypes_t PacketType; //!< Packet to which the modulation param…
865RadioPacketTypes_t PacketType; //!< Packet to which the packet parameter…
924RadioPacketTypes_t packetType; //!< Packet to which the packet status ar…
1020RadioPacketTypes_t packetType; //!< Packet to which the packet status are…
1259 void SX1280SetPacketType( RadioPacketTypes_t packetType );
1268 RadioPacketTypes_t SX1280GetPacketType( void );
H A Dradio.h158 void ( *SetPacketType )( RadioPacketTypes_t packetType );
364 RadioPacketTypes_t ( *GetPacketType )( void );
H A Dsx1280.c55 static RadioPacketTypes_t PacketType;
228 void SX1280SetPacketType( RadioPacketTypes_t packetType ) in SX1280SetPacketType()
236 RadioPacketTypes_t SX1280GetPacketType( void ) in SX1280GetPacketType()
1207 RadioPacketTypes_t packetType = PACKET_TYPE_NONE; in SX1280ProcessIrqs()