APM:Libraries
Public Member Functions | List of all members
AP_HAL::SPIDeviceManager Class Reference

#include <SPIDevice.h>

Inheritance diagram for AP_HAL::SPIDeviceManager:
[legend]

Public Member Functions

virtual OwnPtr< SPIDeviceget_device (const char *name)
 
virtual uint8_t get_count ()
 
virtual const char * get_device_name (uint8_t idx)
 

Detailed Description

Definition at line 66 of file SPIDevice.h.

Member Function Documentation

◆ get_count()

virtual uint8_t AP_HAL::SPIDeviceManager::get_count ( void  )
inlinevirtual

Reimplemented in Linux::SPIDeviceManager.

Definition at line 74 of file SPIDevice.h.

Referenced by get_device().

Here is the caller graph for this function:

◆ get_device()

virtual OwnPtr<SPIDevice> AP_HAL::SPIDeviceManager::get_device ( const char *  name)
inlinevirtual

◆ get_device_name()

virtual const char* AP_HAL::SPIDeviceManager::get_device_name ( uint8_t  idx)
inlinevirtual

Reimplemented in Linux::SPIDeviceManager.

Definition at line 77 of file SPIDevice.h.

Referenced by get_device().

Here is the caller graph for this function:

The documentation for this class was generated from the following file: