ObsoNET searching routine /!\ Must not be call from page 1 /!\ Must not be call before any other function from this module
Obtains the ObsoNET slot (or 0xFF is not found)
Check if ObsoNET card has a BIOS
Initializes the ObsoNET card
Obtains the BIOS version
Obtains the ObsoNET physical address
Obtains the ObsoNET physical address See ONET_GetPhysicalAddr
Obtains the network connection status
| u8 ONET_Activation( |
| ) |
Activates or deactivates ObsoNET
Activates ObsoNET
Deactivates ObsoNET
Check Activates or deactivates ObsoNET
| u8 ONET_ReceptConfig( |
| ) |
Configuration of the reception parameters
| inline void ONET_SetReceptConfig( |
| ) |
Set Configuration of the reception parameters
Get Configuration of the reception parameters
| void ONET_SetMulticastMask( |
| ) |
Set Configuration of the multicast mask
| void ONET_GetMulticastMask( |
| ) |
Get Configuration of the multicast mask
| bool ONET_GetPacketInfo( |
| ) |
Obtains information about the oldest received packet
| bool ONET_GetPacket( |
| ) |
Obtains the oldest captured incoming packet
Discard the oldest captured incoming packet
| u8 ONET_SendPacketSync( |
| ) |
Sends a packet to the network (Synchronous execution)
| u8 ONET_SendPacketAsync( |
| ) |
Sends a packet to the network (Asynchronous execution)
Obtains the status of the packet transmission