Home
last modified time | relevance | path

Searched refs:DISABLE (Results 1 – 2 of 2) sorted by relevance

/hal_microchip-latest/mpfs/drivers/mss/mss_can/
Dmss_can.c34 #define DISABLE 0u macro
125 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()
/hal_microchip-latest/pic32c/pic32cxsg/include/fixups/component/
Dicm_component_fixup_pic32cxsg.h87 uint32_t DISABLE:1; /*!< bit: 1 ICM Disable Register */ member