HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
Go to the documentation of this file.
32 printf(
"GPIB Clock task init failed\n");
92 #if PPR_REVERSE_BITS == 1
113 #if PPR_REVERSE_BITS == 1
130 printf(
"[PPR DISABLE ALL]\n");
198 rc =
f_open(fp,path, mode);
201 printf(
"Open error:[%s] ", path);
223 rc =
f_read(fp, buff, btr, br);
247 rc =
f_write(fp, buff, btw, bw);
314 int dbf_open_read(
char *name, uint32_t pos,
void *buff,
int size,
int *errors)
341 rc =
dbf_read(&fp, buff,size,&bytes);
void gpib_timer_task()
Main GPIB timer task called by low level interrup hander.
FRESULT dbf_lseek(FIL *fp, DWORD ofs)
Wrapper of FatFs f_seek() that can display errors.
MEMSPACE int printf(const char *format,...)
int dbf_open_write(char *name, uint32_t pos, void *buff, int size, int *errors)
Open, Seek, Write data and Close FatFs functions.
int debuglevel
Debug flag - used to log GPIB and emulator messages.
FRESULT f_write(FIL *fp, const void *buff, UINT btw, UINT *bw)
void ppr_bit_set(uint8_t bit)
Enable hardware PPR response for a given device.
FRESULT f_open(FIL *fp, const TCHAR *path, BYTE mode)
void gpib_timer_init()
Install GPIB timers, Elapsed time and Timeout tasks.
#define GPIB_IO_HI(a)
changes pin mode to write then set hi
void ppr_set(uint8_t mask)
Enable or Disable Parallel Poll Response bits - PPR.
void ppr_init()
Reset PPR enable register - all disable..
uint8_t SPI0_TXRX_Byte(uint8_t Data)
SPI read/Write byte.
int dbf_open_read(char *name, uint32_t pos, void *buff, int size, int *errors)
Open, Seek, Read data and Close FatFs functions.
static uint8_t _ppr_reg
Parallel Poll Response bit mask.
GPIB, AMIGO, SS80 and device defines.
#define BIT_SET(x, y)
Note: IF x and y are constants the compiler will fully reduce the expression.
MEMSPACE void put_rc(int rc)
display FatFs return code as ascii string
FRESULT dbf_close(FIL *fp)
Wrapper of FatFs f_close() that can display errors.
FRESULT dbf_read(FIL *fp, void *buff, UINT btr, UINT *br)
Wrapper for FatFs f_read() that can display errors.
void delayms(uint32_t ms)
Delay miliseconds using AVR acr-libc _delay_us() function.
FRESULT f_lseek(FIL *fp, FSIZE_t ofs)
FRESULT dbf_write(FIL *fp, const void *buff, UINT btw, UINT *bw)
wrapper for FatFs f_write() that can display errors.
uint8_t reverse_8bits(uint8_t mask)
Reverse the bits in an 8 bit value.
FRESULT dbf_open(FIL *fp, const TCHAR *path, BYTE mode)
Wrapper for FatFs f_open() that can displays errors.
void ppr_bit_clr(uint8_t bit)
Disbale hardware PPR response for a given device.
MEMSPACE int set_timers(void(*handler)(void), int timer __attribute__((unused)))
Install a user timer task.
GPIB emulator for HP85 disk emulator project for AVR.
GPIB emulator hardwware layer for HP85 disk emulator project for AVR.
uint8_t ppr_reg()
Return PPR enable register.
FRESULT f_read(FIL *fp, void *buff, UINT btr, UINT *br)
#define GPIB_IO_LOW(a)
changes pin mode to write then set low
void gpib_timer_reset(void)
Reset elapsed and timeout timers Elapses and Timeout Timers.