Paparazzi UAS
v5.14.0_stable-0-g3f680d1
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the source code of this file.
Macros | |
#define | Sc18Is600Unselect() GPIOB->BSRR = GPIO_Pin_12 |
#define | Sc18Is600Select() GPIOB->BRR = GPIO_Pin_12 |
#define Sc18Is600Select | ( | ) | GPIOB->BRR = GPIO_Pin_12 |
Definition at line 5 of file sc18is600_arch.h.
Referenced by dma1_c4_irq_handler(), sc18is600_read_from_register(), sc18is600_tranceive(), sc18is600_transmit(), and sc18is600_write_to_register().
#define Sc18Is600Unselect | ( | ) | GPIOB->BSRR = GPIO_Pin_12 |
Definition at line 4 of file sc18is600_arch.h.
Referenced by dma1_c4_irq_handler(), and sc18is600_arch_init().