Home
last modified time | relevance | path

Searched refs:I2C_C1_TXAK_MASK (Results 1 – 20 of 20) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_i2c.c221 base->C1 &= ~(uint8_t)I2C_C1_TXAK_MASK; in I2C_MasterAckByte()
448 base->C1 &= ~(uint8_t)(I2C_C1_TX_MASK | I2C_C1_TXAK_MASK); in I2C_MasterTransferRunStateMachine()
456 base->C1 |= I2C_C1_TXAK_MASK; in I2C_MasterTransferRunStateMachine()
500 base->C1 |= I2C_C1_TXAK_MASK; in I2C_MasterTransferRunStateMachine()
943 base->C1 &= ~(uint8_t)(I2C_C1_MST_MASK | I2C_C1_TX_MASK | I2C_C1_TXAK_MASK); in I2C_MasterStop()
1142 base->C1 &= ~(uint8_t)(I2C_C1_TX_MASK | I2C_C1_TXAK_MASK); in I2C_MasterReadBlocking()
1150 base->C1 |= I2C_C1_TXAK_MASK; in I2C_MasterReadBlocking()
1205 base->C1 |= I2C_C1_TXAK_MASK; in I2C_MasterReadBlocking()
1562 base->C1 |= I2C_C1_TXAK_MASK; in I2C_MasterTransferAbort()
1582 base->C1 &= ~(uint8_t)(I2C_C1_MST_MASK | I2C_C1_TX_MASK | I2C_C1_TXAK_MASK); in I2C_MasterTransferAbort()
[all …]
Dfsl_i2c_dma.c140 i2cPrivateHandle->base->C1 |= I2C_C1_TXAK_MASK; in I2C_MasterTransferCallbackDMA()
170 i2cPrivateHandle->base->C1 |= I2C_C1_TXAK_MASK; in I2C_MasterTransferCallbackDMA()
458 base->C1 &= ~(I2C_C1_TX_MASK | I2C_C1_TXAK_MASK); in I2C_MasterTransferDMA()
485 tmpReg |= I2C_C1_TXAK_MASK; in I2C_MasterTransferDMA()
Dfsl_i2c_edma.c104 i2cPrivateHandle->base->C1 |= I2C_C1_TXAK_MASK; in I2C_MasterTransferCallbackEDMA()
135 i2cPrivateHandle->base->C1 |= I2C_C1_TXAK_MASK; in I2C_MasterTransferCallbackEDMA()
483 base->C1 &= ~(uint8_t)(I2C_C1_TX_MASK | I2C_C1_TXAK_MASK); in I2C_MasterTransferEDMA()
510 tmpReg |= I2C_C1_TXAK_MASK; in I2C_MasterTransferEDMA()
/hal_nxp-2.7.6/mcux/devices/MKL25Z4/
DMKL25Z4.h1500 #define I2C_C1_TXAK_MASK (0x8U) macro
1502 …(x) (((uint8_t)(((uint8_t)(x)) << I2C_C1_TXAK_SHIFT)) & I2C_C1_TXAK_MASK)
/hal_nxp-2.7.6/mcux/devices/MK22F51212/
DMK22F51212.h6304 #define I2C_C1_TXAK_MASK (0x8U) macro
6310 …(x) (((uint8_t)(((uint8_t)(x)) << I2C_C1_TXAK_SHIFT)) & I2C_C1_TXAK_MASK)
/hal_nxp-2.7.6/mcux/devices/MKW24D5/
DMKW24D5.h3868 #define I2C_C1_TXAK_MASK (0x8U) macro
3870 …(x) (((uint8_t)(((uint8_t)(x)) << I2C_C1_TXAK_SHIFT)) & I2C_C1_TXAK_MASK)
/hal_nxp-2.7.6/mcux/devices/MKW22D5/
DMKW22D5.h3868 #define I2C_C1_TXAK_MASK (0x8U) macro
3870 …(x) (((uint8_t)(((uint8_t)(x)) << I2C_C1_TXAK_SHIFT)) & I2C_C1_TXAK_MASK)
/hal_nxp-2.7.6/mcux/devices/MKW31Z4/
DMKW31Z4.h3214 #define I2C_C1_TXAK_MASK (0x8U) macro
3216 …(x) (((uint8_t)(((uint8_t)(x)) << I2C_C1_TXAK_SHIFT)) & I2C_C1_TXAK_MASK)
/hal_nxp-2.7.6/mcux/devices/MK64F12/
DMK64F12.h14539 #define I2C_C1_TXAK_MASK (0x8U) macro
14547 …(x) (((uint8_t)(((uint8_t)(x)) << I2C_C1_TXAK_SHIFT)) & I2C_C1_TXAK_MASK)
/hal_nxp-2.7.6/mcux/devices/MKW40Z4/
DMKW40Z4.h2759 #define I2C_C1_TXAK_MASK 0x8u macro
2762 …TXAK(x) (((uint8_t)(((uint8_t)(x))<<I2C_C1_TXAK_SHIFT))&I2C_C1_TXAK_MASK)
DMKW40Z4_extension.h7447 #define I2C_RD_C1_TXAK(base) ((I2C_C1_REG(base) & I2C_C1_TXAK_MASK) >> I2C_C1_TXAK_SHIFT)
7451 #define I2C_WR_C1_TXAK(base, value) (I2C_RMW_C1(base, I2C_C1_TXAK_MASK, I2C_C1_TXAK(value)))
/hal_nxp-2.7.6/mcux/devices/MKW21Z4/
DMKW21Z4.h3143 #define I2C_C1_TXAK_MASK (0x8U) macro
3145 …(x) (((uint8_t)(((uint8_t)(x)) << I2C_C1_TXAK_SHIFT)) & I2C_C1_TXAK_MASK)
/hal_nxp-2.7.6/mcux/devices/MKW41Z4/
DMKW41Z4.h3214 #define I2C_C1_TXAK_MASK (0x8U) macro
3216 …(x) (((uint8_t)(((uint8_t)(x)) << I2C_C1_TXAK_SHIFT)) & I2C_C1_TXAK_MASK)
/hal_nxp-2.7.6/mcux/devices/MKW20Z4/
DMKW20Z4.h2759 #define I2C_C1_TXAK_MASK 0x8u macro
2762 …TXAK(x) (((uint8_t)(((uint8_t)(x))<<I2C_C1_TXAK_SHIFT))&I2C_C1_TXAK_MASK)
/hal_nxp-2.7.6/mcux/devices/MKW30Z4/
DMKW30Z4.h2759 #define I2C_C1_TXAK_MASK 0x8u macro
2762 …TXAK(x) (((uint8_t)(((uint8_t)(x))<<I2C_C1_TXAK_SHIFT))&I2C_C1_TXAK_MASK)
/hal_nxp-2.7.6/mcux/devices/MKV56F24/
DMKV56F24.h13652 #define I2C_C1_TXAK_MASK (0x8U) macro
13658 …(x) (((uint8_t)(((uint8_t)(x)) << I2C_C1_TXAK_SHIFT)) & I2C_C1_TXAK_MASK)
/hal_nxp-2.7.6/mcux/devices/MK80F25615/
DMK80F25615.h12804 #define I2C_C1_TXAK_MASK (0x8U) macro
12810 …(x) (((uint8_t)(((uint8_t)(x)) << I2C_C1_TXAK_SHIFT)) & I2C_C1_TXAK_MASK)
/hal_nxp-2.7.6/mcux/devices/MKV58F24/
DMKV58F24.h14992 #define I2C_C1_TXAK_MASK (0x8U) macro
14998 …(x) (((uint8_t)(((uint8_t)(x)) << I2C_C1_TXAK_SHIFT)) & I2C_C1_TXAK_MASK)
/hal_nxp-2.7.6/mcux/devices/MK82F25615/
DMK82F25615.h12798 #define I2C_C1_TXAK_MASK (0x8U) macro
12804 …(x) (((uint8_t)(((uint8_t)(x)) << I2C_C1_TXAK_SHIFT)) & I2C_C1_TXAK_MASK)
/hal_nxp-2.7.6/mcux/devices/MK66F18/
DMK66F18.h13800 #define I2C_C1_TXAK_MASK (0x8U) macro
13806 …(x) (((uint8_t)(((uint8_t)(x)) << I2C_C1_TXAK_SHIFT)) & I2C_C1_TXAK_MASK)