Hardware Reference
In-Depth Information
Bedeutung des Bits:
Halt = 0: Der Endpoint ist nicht im Haltezustand.
Halt = 1: Der Endpoint ist im Haltezustand.
;******************************************************************************
; transfer status information to control IN endpoint
;******************************************************************************
transmitSTATUS
movlw controlINlow
movwf FSR0L
movlw controlINhigh
movwf FSR0H
movff wStatusLOW,POSTINC0
movff wStatusHIGH,POSTINC0
; set the byte counter to 0x0002
movlw 0x05
movwf
FSR0L
movlw 0x04
movwf FSR0H
movlw 0x02
Search WWH ::




Custom Search