;----------------------
;State Transition Function
;   I2C bus SLAVE specific

STF_S_rd_cmd
	movfw	data_in
	movwf	xfr_cmd
	call	slave_read_byte_entry_point
	return


;----------------------
;State Monitor Function
;   I2C bus SLAVE specific

SMF_S_read_cmd
	return