##// END OF EJS Templates
Draft implementation of the TC_LFR_LOAD_NORMAL_PAR
Draft implementation of the TC_LFR_LOAD_NORMAL_PAR

File last commit:

r9:515486994c1d default
r10:4baf2642cd31 default
Show More
fsw_misc.h
19 lines | 556 B | text/x-c | CLexer
#ifndef FSW_MISC_H_INCLUDED
#define FSW_MISC_H_INCLUDED
#include <rtems.h>
#include <stdio.h>
#include <fsw_init.h>
#include <fsw_params.h>
#include <grlib_regs.h>
#include <grspw.h>
#include <ccsds_types.h>
int configure_timer(gptimer_regs_t *gptimer_regs, unsigned char timer, unsigned int clock_divider,
unsigned char interrupt_level, rtems_isr (*timer_isr)() );
void print_statistics(spw_stats *stats);
int send_console_outputs_on_serial_port();
rtems_task stat_task(rtems_task_argument argument);
#endif // FSW_MISC_H_INCLUDED