TsctlBusAssign8XDesc

From embeddedTS Manuals

This function performs an 8-bit read/modify/write to the bus at the specified Address in order to replace bits from BitMSB down to BitLSB, inclusively, with the specified Value.

The values of BitMSB and BitLSB must be in the range of 0 to 7, inclusively, and BitMSB must be greater than or equal to BitLSB.

Only the bottom-most (BitMSB - BitLSB) bits of value are assigned.

This function returns the new value written to the address.