An118 – Cirrus Logic AN118 User Manual
Page 28

AN118
28
AN118REV2
;****************************************************************
;* Routine - transfer_byte
;* Input - Byte to be transmitted is placed in Accumulator
;* Output - None
;* Description - This subroutine sends 1 byte to converter
;****************************************************************
;The function prototype is: void TRANSFER_BYTE(char);
$DEBUG
USING 0
; Use register bank 0
TCOD SEGMENT CODE
; Make TCOD a segment of code
PUBLIC _TRANSFER_BYTE ; Make subroutine global
RSEG TCOD
; Make code relocatable
_TRANSFER_BYTE:
MOV
A, R7
; Move byte to be transmitted to ACC
MOV
R1,#08
; Set count to 8 to transmit byte
CLR
P1.3
; Clear SCLK
loop:
; Send Byte
RLC
A
; Rotate Accumulator, send MSB 1st
MOV
P1.1,C
; Transmit MSB first through C bit
SETB
P1.3
; Set SCLK
CLR
P1.3
; Clear SCLK
DJNZ
R1,loop
; Decrement byte, repeat loop if not zero
SETB
P1.1
; Reset SDI to one when not transmitting
RET
; Exit subroutine
END
- CobraNet (147 pages)
- CS4961xx (54 pages)
- CS150x (8 pages)
- CS1501 (16 pages)
- CS1601 (2 pages)
- CS1601 (16 pages)
- CS1610 (16 pages)
- CRD1610-8W (24 pages)
- CRD1611-8W (25 pages)
- CDB1610-8W (21 pages)
- CS1610A (18 pages)
- CDB1611-8W (21 pages)
- CDB1610A-8W (21 pages)
- CDB1611A-8W (21 pages)
- CRD1610A-8W (24 pages)
- CRD1611A-8W (25 pages)
- CS1615 (16 pages)
- AN403 (15 pages)
- AN401 (14 pages)
- AN400 (15 pages)
- AN375 (27 pages)
- AN376 (9 pages)
- CRD1615-8W (22 pages)
- CRD1616-8W (23 pages)
- AN402 (14 pages)
- AN404 (15 pages)
- CRD1615A-8W (21 pages)
- CS1615A (16 pages)
- CS1630 (56 pages)
- AN374 (35 pages)
- AN368 (80 pages)
- CRD1630-10W (24 pages)
- CRD1631-10W (25 pages)
- CS1680 (16 pages)
- AN405 (13 pages)
- AN379 (31 pages)
- CRD1680-7W (31 pages)
- AN335 (10 pages)
- AN334 (6 pages)
- AN312 (14 pages)
- AN Integrating CobraNet into Audio Products (16 pages)
- CobraNet Audio Routing Primer (9 pages)
- Bundle Assignments in CobraNet Systems (3 pages)
- CS2300-01 (3 pages)
- CS2000-CP (38 pages)