17.02.2015 Views

CCS C Compiler Manual PCB / PCM / PCH

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Returns:<br />

Function:<br />

Availability:<br />

Examples:<br />

Example Files:<br />

Also See:<br />

Nothing<br />

To set the falling and rising edge blanking times on the Complementary<br />

Output Generator (COG) module. The time is based off the source clock of th<br />

module, the times are either a 4-bit or 6-bit value, depending on the device, ref<br />

device's datasheet for the correct width.<br />

All devices with a COG module.<br />

set_cog_blanking(10,10);<br />

None<br />

setup_cog(), set_cog_phase(), set_cog_dead_band(), cog_status(), cog_resta<br />

set_cog_dead_band( )<br />

Syntax:<br />

Parameters:<br />

Returns:<br />

Function:<br />

Availability:<br />

Examples:<br />

Example Files:<br />

Also See:<br />

set_cog_dead_band(falling_time, rising_time);<br />

falling time - sets the falling edge dead-band time.<br />

rising time - sets the rising edge dead-band time.<br />

Nothing<br />

To set the falling and rising edge dead-band times on the Complementary<br />

Output Generator (COG) module. The time is based off the source clock of the<br />

module, the times are either a 4-bit or 6-bit value, depending on the device, ref<br />

device's datasheet for the correct width.<br />

All devices with a COG module.<br />

set_cog_dead_band(16,32);<br />

None<br />

setup_cog(), set_cog_phase(), set_cog_blanking(), cog_status(), cog_restart()<br />

268

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!