Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/drivers/mss/mss_can/
Dmss_can.c125 this_can->hw_reg->IntEbl.L = DISABLE; in MSS_CAN_init()
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()
210 this_can->hw_reg->IntEbl.RX_MSG = ENABLE; in MSS_CAN_start()
213 this_can->hw_reg->IntEbl.INT_EBL = ENABLE; in MSS_CAN_start()
309 this_can->hw_reg->IntEbl.L |= irq_flag; in MSS_CAN_set_int_ebl()
323 this_can->hw_reg->IntEbl.L &= ~irq_flag; in MSS_CAN_clear_int_ebl()
336 return (this_can->hw_reg->IntEbl.INT_EBL); in MSS_CAN_get_global_int_ebl()
349 return (this_can->hw_reg->IntEbl.L & CAN_INT_MASK); in MSS_CAN_get_int_ebl()
Dmss_can.h876 mss_can_int_enable IntEbl; /* Interrupt enable register */ member