Paparazzi UAS  v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
actuators_asctec_v2_new.h File Reference

Actuators driver for Asctec v2 motor controllers with the new I2C protocol. More...

#include "mcu_periph/i2c.h"
#include "generated/airframe.h"
+ Include dependency graph for actuators_asctec_v2_new.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ActuatorsAsctecV2
 

Macros

#define actuators_asctec_v2_new_SetCommand(_v)
 
#define actuators_asctec_v2_new_SetNewAddr(_v)
 
#define actuators_asctec_v2_new_SetCurAddr(_v)
 
#define ActuatorAsctec_v2_newSet(_i, _v)   { actuators_asctec_v2.cmds[_i] = _v; }
 
#define ActuatorsAsctec_v2_newInit()   actuators_asctec_v2_init()
 
#define ActuatorsAsctec_v2_newCommit()   actuators_asctec_v2_set()
 

Enumerations

enum  actuators_asctec_v2_cmd {
  NONE, TEST, REVERSE, SET_ADDR,
  NONE, TEST, REVERSE, SET_ADDR
}
 
enum  actuators_asctec_v2_addr {
  FRONT, BACK, LEFT, RIGHT,
  FRONT, BACK, LEFT, RIGHT
}
 

Functions

void actuators_asctec_v2_init (void)
 
void actuators_asctec_v2_set (void)
 

Variables

struct ActuatorsAsctecV2 actuators_asctec_v2
 

Detailed Description

Actuators driver for Asctec v2 motor controllers with the new I2C protocol.

Definition in file actuators_asctec_v2_new.h.


Data Structure Documentation

struct ActuatorsAsctecV2

Definition at line 45 of file actuators_asctec_v2.h.

+ Collaboration diagram for ActuatorsAsctecV2:
Data Fields
enum actuators_asctec_v2_cmd cmd
int32_t cmds[4]
enum actuators_asctec_v2_addr cur_addr
struct i2c_transaction i2c_trans
volatile uint32_t nb_err
enum actuators_asctec_v2_addr new_addr

Macro Definition Documentation

#define ActuatorAsctec_v2_newSet (   _i,
  _v 
)    { actuators_asctec_v2.cmds[_i] = _v; }

Definition at line 72 of file actuators_asctec_v2_new.h.

#define actuators_asctec_v2_new_SetCommand (   _v)
Value:
{ \
}
struct ActuatorsAsctecV2 actuators_asctec_v2
enum actuators_asctec_v2_cmd cmd

Definition at line 57 of file actuators_asctec_v2_new.h.

#define actuators_asctec_v2_new_SetCurAddr (   _v)
Value:
{ \
}
enum actuators_asctec_v2_addr cur_addr
struct ActuatorsAsctecV2 actuators_asctec_v2

Definition at line 65 of file actuators_asctec_v2_new.h.

#define actuators_asctec_v2_new_SetNewAddr (   _v)
Value:
{ \
}
enum actuators_asctec_v2_addr new_addr
struct ActuatorsAsctecV2 actuators_asctec_v2

Definition at line 61 of file actuators_asctec_v2_new.h.

#define ActuatorsAsctec_v2_newCommit ( )    actuators_asctec_v2_set()

Definition at line 74 of file actuators_asctec_v2_new.h.

#define ActuatorsAsctec_v2_newInit ( )    actuators_asctec_v2_init()

Definition at line 73 of file actuators_asctec_v2_new.h.

Enumeration Type Documentation

Enumerator
FRONT 
BACK 
LEFT 
RIGHT 
FRONT 
BACK 
LEFT 
RIGHT 

Definition at line 39 of file actuators_asctec_v2_new.h.

Enumerator
NONE 
TEST 
REVERSE 
SET_ADDR 
NONE 
TEST 
REVERSE 
SET_ADDR 

Definition at line 33 of file actuators_asctec_v2_new.h.

Function Documentation

Variable Documentation

struct ActuatorsAsctecV2 actuators_asctec_v2

Definition at line 36 of file actuators_asctec_v2.c.

Referenced by actuators_asctec_v2_set().