Searched refs:DISABLE (Results 1 – 2 of 2) sorted by relevance
34 #define DISABLE 0u macro125 this_can->hw_reg->IntEbl.L = DISABLE; in MSS_CAN_init()142 this_can->hw_reg->IntStatus.L = DISABLE; in MSS_CAN_set_config_reg()145 this_can->hw_reg->Command.RUN_STOP = DISABLE; in MSS_CAN_set_config_reg()148 this_can->hw_reg->IntEbl.RX_MSG = DISABLE; in MSS_CAN_set_config_reg()151 this_can->hw_reg->IntEbl.INT_EBL = DISABLE; in MSS_CAN_set_config_reg()169 this_can->hw_reg->Command.RUN_STOP = DISABLE; in MSS_CAN_set_mode()192 this_can->hw_reg->IntStatus.L = DISABLE; in MSS_CAN_start()227 this_can->hw_reg->Command.RUN_STOP = DISABLE; in MSS_CAN_stop()668 if (DISABLE == this_can->hw_reg->Command.RUN_STOP) in MSS_CAN_send_message_n()
87 uint32_t DISABLE:1; /*!< bit: 1 ICM Disable Register */ member