Directed Electronics 3200HS Technical Information Page 98

  • Download
  • Add to my manuals
  • Print
  • Page
    / 99
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 97
CSI to SPI Peripheral Communication in V850ES Microcontrollers
** MD_OK
** MD_ERROR
**
**---------------------------------------------------------------------------
*/
MD_STATUS TM00_ChangeTimerCondition(USHORT* array_reg,USHORT array_num)
{
switch (array_num){
case 2:
CR001=*(array_reg + 1);
case 1:
CR000=*(array_reg + 0);
break;
default:
return MD_ERROR;
}
return MD_OK;
}
92
Page view 97
1 2 ... 93 94 95 96 97 98 99

Comments to this Manuals

No comments