Searched refs:ACK (Results 1 – 11 of 11) sorted by relevance
| /bsp/Vango/v85xxp/Libraries/CMSIS/Vango/V85xxP/Source/ |
| A D | lib_LoadNVR.c | 498 RTC->ACK[0] = data_u32[0]; in NVR_GetInfo_LoadRTCData() 499 RTC->ACK[1] = data_u32[1]; in NVR_GetInfo_LoadRTCData() 500 RTC->ACK[2] = data_u32[2]; in NVR_GetInfo_LoadRTCData() 501 RTC->ACK[3] = data_u32[3]; in NVR_GetInfo_LoadRTCData() 502 RTC->ACK[4] = data_u32[4]; in NVR_GetInfo_LoadRTCData() 522 RTC->ACK[0] = data_u32[0]; in NVR_GetInfo_LoadRTCData() 523 RTC->ACK[1] = data_u32[1]; in NVR_GetInfo_LoadRTCData() 524 RTC->ACK[2] = data_u32[2]; in NVR_GetInfo_LoadRTCData() 525 RTC->ACK[3] = data_u32[3]; in NVR_GetInfo_LoadRTCData() 526 RTC->ACK[4] = data_u32[4]; in NVR_GetInfo_LoadRTCData()
|
| /bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Src/ |
| A D | fm33lc0xx_fl_i2c.c | 170 assert_param(IS_FL_I2C_SLAVE_ACK(I2C_InitStruct->ACK)); in FL_I2C_SlaveMode_Init() 180 if(I2C_InitStruct->ACK == FL_ENABLE) in FL_I2C_SlaveMode_Init() 222 I2C_InitStruct->ACK = FL_ENABLE; in FL_I2C_SlaveMode_StructInit()
|
| /bsp/apollo2/board/ |
| A D | smbus.c | 31 #define ACK 0 macro 201 pBuffer[i] = am_smbus_rx_byte(ACK); /* Read data, master must send ACK */ in am_smbus_tx_then_rx()
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/ |
| A D | ft32f0xx_i2c.h | 115 #define IS_I2C_ACK(ACK) (((ACK) == I2C_Ack_Enable) || \ argument 116 ((ACK) == I2C_Ack_Disable))
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/ |
| A D | hk32f0xx_i2c.h | 114 #define IS_I2C_ACK(ACK) (((ACK) == I2C_Ack_Enable) || \ argument 115 ((ACK) == I2C_Ack_Disable))
|
| /bsp/nuvoton/numaker-hmi-ma35d1/nuwriter_scripts/ |
| A D | nuwriter.py | 30 ACK = 0x55AA55AA variable 440 if int.from_bytes(ack, byteorder="little") != ACK: 507 if int.from_bytes(ack, byteorder="little") != ACK: 546 if int.from_bytes(ack, byteorder="little") != ACK: 561 if int.from_bytes(ack, byteorder="little") == ACK: 578 if int.from_bytes(ack, byteorder="little") != ACK: 648 if int.from_bytes(ack, byteorder="little") != ACK: 813 if int.from_bytes(ack, byteorder="little") != ACK: 921 if int.from_bytes(ack, byteorder="little") != ACK: 961 if int.from_bytes(in_buf, byteorder="little") != ACK: [all …]
|
| /bsp/nuvoton/numaker-iot-ma35d1/nuwriter_scripts/ |
| A D | nuwriter.py | 30 ACK = 0x55AA55AA variable 440 if int.from_bytes(ack, byteorder="little") != ACK: 507 if int.from_bytes(ack, byteorder="little") != ACK: 546 if int.from_bytes(ack, byteorder="little") != ACK: 561 if int.from_bytes(ack, byteorder="little") == ACK: 578 if int.from_bytes(ack, byteorder="little") != ACK: 648 if int.from_bytes(ack, byteorder="little") != ACK: 813 if int.from_bytes(ack, byteorder="little") != ACK: 921 if int.from_bytes(ack, byteorder="little") != ACK: 961 if int.from_bytes(in_buf, byteorder="little") != ACK: [all …]
|
| /bsp/microchip/same70/bsp/same70b/include/component/ |
| A D | rtc.h | 567 … uint32_t ACK:1; /**< bit: 0 Acknowledge Update Interrupt Mask */ member
|
| /bsp/core-v-mcu/Libraries/core_v_hal_libraries/bmsis/core-v-mcu/include/ |
| A D | core_pulp.h | 536 __IOM uint32_t ACK; /**< Interrupt Controller ack register, offset: 0x18 */ member
|
| /bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Inc/ |
| A D | fm33lc0xx_fl_i2c.h | 68 uint32_t ACK; member
|
| /bsp/Vango/v85xxp/Libraries/CMSIS/Vango/V85xxP/Include/ |
| A D | target.h | 540 …__IOM uint32_t ACK[5]; /*!< (@ 0x000000B0) RTC auto-calibration parameter K… member
|
Completed in 67 milliseconds