![]() |
PropWare
3.0.0.229
C++ objects and CMake build system for Parallax Propeller
|
#include <stdint.h>
Include dependency graph for tv.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | TV_struct |
Macros | |
| #define | TV_BASEBAND_PIN(pin) ((pin & 0x38) << 1) | (((pin & 4) == 4) ? 0x5 : 0) |
Typedefs | |
| typedef volatile struct TV_struct | TV_t |
Functions | |
| int | TV_start (TV_t *tvptr) |
| void | TV_stop (void) |
Definition in file tv.h.
| struct TV_struct |
| #define TV_BASEBAND_PIN | ( | pin | ) | ((pin & 0x38) << 1) | (((pin & 4) == 4) ? 0x5 : 0) |
| int TV_start | ( | TV_t * | tvptr | ) |
| void TV_stop | ( | void | ) |
stop previously registered tv cog
1.8.17