MikroElektronika PIC Microcontrollers PIC16 Ficha de datos Pagina 82

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 194
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 81
Programming PIC Microcontrollers in BASIC - mikroElektronika
const CAN_CONFIG_PHSEG2_PRG_ON = $FF ' XXXXXXX1
const CAN_CONFIG_PHSEG2_PRG_OFF = $FE ' XXXXXXX0
const CAN_CONFIG_LINE_FILTER_BIT = $02
const CAN_CONFIG_LINE_FILTER_ON = $FF ' XXXXXX1X
const CAN_CONFIG_LINE_FILTER_OFF = $FD ' XXXXXX0X
const CAN_CONFIG_SAMPLE_BIT = $04
const CAN_CONFIG_SAMPLE_ONCE = $FF ' XXXXX1XX
const CAN_CONFIG_SAMPLE_THRICE = $FB ' XXXXX0XX
const CAN_CONFIG_MSG_TYPE_BIT = $08
const CAN_CONFIG_STD_MSG = $FF ' XXXX1XXX
const CAN_CONFIG_XTD_MSG = $F7 ' XXXX0XXX
const CAN_CONFIG_DBL_BUFFER_BIT = $10
const CAN_CONFIG_DBL_BUFFER_ON = $FF ' XXX1XXXX
const CAN_CONFIG_DBL_BUFFER_OFF = $EF ' XXX0XXXX
const CAN_CONFIG_MSG_BITS = $60
const CAN_CONFIG_ALL_MSG = $FF ' X11XXXXX
const CAN_CONFIG_VALID_XTD_MSG = $DF ' X10XXXXX
const CAN_CONFIG_VALID_STD_MSG = $BF ' X01XXXXX
const CAN_CONFIG_ALL_VALID_MSG = $9F ' X00XXXXX
http://www.mikroelektronika.co.yu/english/product/books/picbasicbook/05.htm (40 sur 112)05/11/2004 02:20:52
Vista de pagina 81
1 2 ... 77 78 79 80 81 82 83 84 85 86 87 ... 193 194

Comentarios a estos manuales

Sin comentarios