5. Solaris SDK
Command 0x28
Description
Example
Command 0x29
Description
Example
Command 0x33
pci_set_gps_tm_fmt
Description
Sets GPS or UTC time format
Example
ioctl (fd, SETGPSTMFMT, UTC_FMT);
Command 0x34
pci_set_gps_mode_flg
Description
Enable or disable the GPS mode flag
Example
ioctl (fd, SETGPSTMFMT, GPS_FLG_ENA);
Command 0x40
pci_set_local_off_flg
Description
Enable or disable the local time offset
Example
ioctl (fd, SETLOCTMFLG, LOC_OFF_DIS);
Command 0x42
pci_set_yr_auto_inc_flg
Description
Enable or disable the year automatic increment
Example
ioctl (fd, SETYRINCFLG, YR_INC_DIS);
Command 0x43
DDS or periodic output
Description
Select DDS output or periodic output
struct dds_command_t ddscmd;
ddscmd.cmd_id = COM_SET_PRD_DDS_SEL;
Example
ddscmd.data.cmd_byte[0] = SELECT_DDS_OUT;
ddscmd.cmd_len = 1;
ioctl (fd, DDSCOMMAND, &ddscmd);
Command 0x44
DDS or periodic output enable
Description
Enables or disables DDS output or periodic output
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com
pci_dis_rtc
Disconnect battery from RTC
ioctl (fd, DISCBATT);
pci_set_clk_val
Sets the clock value of the TFP
ioctl (fd, SETCLKVAL, clk_val);
- 214 -
Need help?
Do you have a question about the bc635PCI-V2 and is the answer not in the manual?