Design of a CMOS Clock with Synchronisation Capability


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Design of a CMOS Clock with Synchronisation Capability
# 1  
Old 10-07-2008
Design of a CMOS Clock with Synchronisation Capability

HPL-2008-125 Design of a CMOS Clock with Synchronisation Capability - Castle, Rob
Keyword(s): Memory Spot, CMOS
Abstract: A Memory Spot is a very small integrated circuit containing non-volatile memory, a protocol processor to handle the communications and memory access, and a wireless interface. It has no battery or other external connections and receives its power from the device being used to communicate with it, vi ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Programming

Thread synchronisation

hi, i have to do a program with following condition. please help me to write the program. conditions-i have to create a thread with handle called first and it should call the member function(may do anything lik print anything) of a class called thread1 and for example let take that this first... (5 Replies)
Discussion started by: senthil.march
5 Replies

2. Shell Programming and Scripting

Synchronisation of 2 arrays

If the element found in array2 doesn't exist in array1 i want i to be deleted. This code doesn't work correctly. What's wrong? Is there a simpler solution? for (( i=0; i<=${#array2}; i++ )) do for (( v=0; v<=${#array1}; v++ )) do if }" = "{$array1}" ] then count=1 break... (3 Replies)
Discussion started by: iums1
3 Replies

3. UNIX for Dummies Questions & Answers

Need help on file synchronisation in unix

i want to do file synchronisation...its a client-server model..have to do system call 'ls -l' in both client and server ..the server has to keeep track of client files and have to keep a back up of client files..and tracking must be done based on time stamp.. suppose if client contains a file... (2 Replies)
Discussion started by: shilpam,edappal
2 Replies

4. UNIX for Advanced & Expert Users

Thread synchronisation problem...

Hello, hope my english will be sufficient to be clear enough... I'm in progress on some script that should copy one big source file (200GB average) on one sata drive, to multiple (30+) sata drives. Hardware is not the problem but copy performance is... If i launch all copy process at the same... (4 Replies)
Discussion started by: Gnaag
4 Replies

5. Solaris

CMOS settings on SUN V20Z from Solaris10

Hello Guys, and good day to everybody. I am battling to redirect console on this V20Z 'beast', and would really like to know if it's possible to 'see' CMOS settings from Solaris10 point of view. Machine is remote and I can't easily go and reboot the box and press F2 etc... So is there a... (3 Replies)
Discussion started by: mponjevic
3 Replies

6. Shell Programming and Scripting

sh : URGENT synchronisation insmod in script

Hello, By now in linux 2.4, I have a sh script wich start 2 modules as follow : /sbin/insmod module1.o /sbin/insmod module2.o I added an application in user space named "user_app" which communicate with module1 with a /proc. I now tape the commands myself during code execution on a... (1 Reply)
Discussion started by: crip01
1 Replies

7. Windows & DOS: Issues & Discussions

EISA CMOS checksum error

I have a UNIX server w/an Adaptec aha-2740 card and i keep getting this error during post: EISA CMOS checksum error. It then tries to boot from the floppy. Upon researching this problem i found that it could be one of two things. Either it is the battery on the m/b (which i have all but ruled out),... (3 Replies)
Discussion started by: dlee35
3 Replies

8. UNIX for Advanced & Expert Users

shared memory synchronisation

hello everybody i want to do synchronisation to access a shared memory bu i don't know too much how well i know that i should use semaphore have you any example of synchronisation of a shared memory by use of semaphore because i haven't find any thanks (0 Replies)
Discussion started by: student00
0 Replies

9. UNIX for Dummies Questions & Answers

cmos check sums

not entirely unix orientated but.... anyway i've got an old 486dx? 100 that i'll looking to turn into a unix running machine. But everytime i turn it on it comes up with and invalid CMOS checksum, after i've been into the set up and reset that it works fine, tried a new batter and that didn't sort... (1 Reply)
Discussion started by: stevox
1 Replies
Login or Register to Ask a Question
GStreamer::Clock(3pm)					User Contributed Perl Documentation				     GStreamer::Clock(3pm)

NAME
GStreamer::Clock - Abstract class for global clocks HIERARCHY
Glib::Object +----GStreamer::Object +----GStreamer::Clock METHODS
clockid = $clock->new_periodic_id ($start_time, $interval) o $start_time (unsigned integer) o $interval (unsigned integer) clockid = $clock->new_single_shot_id ($time) o $time (unsigned integer) list = $clock->add_observation ($slave, $master) o $slave (unsigned integer) o $master (unsigned integer) unsigned integer = $clock->adjust_unlocked ($internal) o $internal (unsigned integer) (internal, external, rate_num, rate_denom) = $clock->get_calibration $clock->set_calibration ($internal, $external, $rate_num, $rate_denom) o $internal (unsigned integer) o $external (unsigned integer) o $rate_num (unsigned integer) o $rate_denom (unsigned integer) unsigned integer = $clock->get_internal_time clock or undef = $clock->get_master boolean = $clock->set_master ($master) o $master (GStreamer::Clock) 64 bit unsigned = $clock->get_resolution 64 bit unsigned = $clock->set_resolution ($resolution) o $resolution (64 bit unsigned) unsigned integer = $clock->get_time PROPERTIES
'stats' (boolean : default false : readable / writable / private) Enable clock stats (unimplemented) 'timeout' (Glib::UInt64 : default 100000000 : readable / writable / private) The amount of time, in nanoseconds, to sample master and slave clocks 'window-size' (integer : default 32 : readable / writable / private) The size of the window used to calculate rate and offset 'window-threshold' (integer : default 4 : readable / writable / private) The threshold to start calculating rate and offset SEE ALSO
GStreamer, Glib::Object, GStreamer::Object COPYRIGHT
Copyright (C) 2005-2011 by the gtk2-perl team. This software is licensed under the LGPL. See GStreamer for a full notice. perl v5.14.2 2012-03-01 GStreamer::Clock(3pm)