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

STF_S_ready
	call	slave_read_cmd_entry_point
	return


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

SMF_S_ready
	return