Synopsis
unsigned __bic_SR_register(unsigned mask);
Description

__bic_SR_register clears the bits specified in mask in the MSP430 status register (i.e. it bitwise ands the complement of mask into the status register).

__bic_SR_register returns the value of the MSP430 status register before the update.

__bic_SR_register is an intrinsic function and produces inline code.