Searched refs:trig (Results 1 – 3 of 3) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/gint/ |
| D | fsl_gint.c | 100 void GINT_SetCtrl(GINT_Type *base, gint_comb_t comb, gint_trig_t trig, gint_cb_t callback) in GINT_SetCtrl() argument 106 base->CTRL = (GINT_CTRL_COMB(comb) | GINT_CTRL_TRIG(trig)); in GINT_SetCtrl() 124 void GINT_GetCtrl(GINT_Type *base, gint_comb_t *comb, gint_trig_t *trig, gint_cb_t *callback) in GINT_GetCtrl() argument 135 *trig = (gint_trig_t)trigValue; in GINT_GetCtrl()
|
| D | fsl_gint.h | 105 void GINT_SetCtrl(GINT_Type *base, gint_comb_t comb, gint_trig_t trig, gint_cb_t callback); 119 void GINT_GetCtrl(GINT_Type *base, gint_comb_t *comb, gint_trig_t *trig, gint_cb_t *callback);
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/i2s/ |
| D | fsl_i2s.c | 123 uint32_t trig = 0U; in I2S_TxInit() local 134 trig |= I2S_FIFOTRIG_TXLVLENA(1U); /* enable TX FIFO trigger */ in I2S_TxInit() 135 trig |= I2S_FIFOTRIG_TXLVL(config->watermark); /* set TX FIFO trigger level */ in I2S_TxInit() 138 base->FIFOTRIG = trig; in I2S_TxInit() 158 uint32_t trig = 0U; in I2S_RxInit() local 168 trig |= I2S_FIFOTRIG_RXLVLENA(1U); /* enable RX FIFO trigger */ in I2S_RxInit() 169 trig |= I2S_FIFOTRIG_RXLVL(config->watermark); /* set RX FIFO trigger level */ in I2S_RxInit() 172 base->FIFOTRIG = trig; in I2S_RxInit()
|