Home
last modified time | relevance | path

Searched refs:regBase (Results 1 – 25 of 38) sorted by relevance

12

/hal_nxp-latest/mcux/mcux-sdk/drivers/llwu/
Dfsl_llwu.c30 volatile uint32_t *regBase; in LLWU_SetExternalWakeupPinMode() local
37 regBase = &base->PE1; in LLWU_SetExternalWakeupPinMode()
41 regBase = &base->PE2; in LLWU_SetExternalWakeupPinMode()
45 regBase = NULL; in LLWU_SetExternalWakeupPinMode()
49 if (NULL != regBase) in LLWU_SetExternalWakeupPinMode()
51 reg = *regBase; in LLWU_SetExternalWakeupPinMode()
55 *regBase = reg; in LLWU_SetExternalWakeupPinMode()
58 volatile uint8_t *regBase; in LLWU_SetExternalWakeupPinMode()
64 regBase = &base->PE1; in LLWU_SetExternalWakeupPinMode()
67 regBase = &base->PE2; in LLWU_SetExternalWakeupPinMode()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX2/drivers/
Dfsl_clock.c208 void CLOCK_SetLpcgGate(volatile uint32_t *regBase, bool swGate, bool hwGate, uint32_t bitsMask) in CLOCK_SetLpcgGate() argument
210 if (regBase != NULL) in CLOCK_SetLpcgGate()
214 *regBase |= bitsMask & LPCG_CLK_SWEN_MASK; in CLOCK_SetLpcgGate()
218 *regBase &= ~(bitsMask & LPCG_CLK_SWEN_MASK); in CLOCK_SetLpcgGate()
223 *regBase |= bitsMask & LPCG_CLK_HWEN_MASK; in CLOCK_SetLpcgGate()
227 *regBase &= ~(bitsMask & LPCG_CLK_HWEN_MASK); in CLOCK_SetLpcgGate()
241 volatile uint32_t *regBase; in CLOCK_ConfigLPCG() local
243 regBase = LPCG_TUPLE_REG_BASE(name); in CLOCK_ConfigLPCG()
246 if (regBase == NULL) in CLOCK_ConfigLPCG()
257 CLOCK_SetLpcgGate(regBase, swGate, hwGate, 0xBBAAABU); in CLOCK_ConfigLPCG()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX3/drivers/
Dfsl_clock.c208 void CLOCK_SetLpcgGate(volatile uint32_t *regBase, bool swGate, bool hwGate, uint32_t bitsMask) in CLOCK_SetLpcgGate() argument
210 if (regBase != NULL) in CLOCK_SetLpcgGate()
214 *regBase |= bitsMask & LPCG_CLK_SWEN_MASK; in CLOCK_SetLpcgGate()
218 *regBase &= ~(bitsMask & LPCG_CLK_SWEN_MASK); in CLOCK_SetLpcgGate()
223 *regBase |= bitsMask & LPCG_CLK_HWEN_MASK; in CLOCK_SetLpcgGate()
227 *regBase &= ~(bitsMask & LPCG_CLK_HWEN_MASK); in CLOCK_SetLpcgGate()
241 volatile uint32_t *regBase; in CLOCK_ConfigLPCG() local
243 regBase = LPCG_TUPLE_REG_BASE(name); in CLOCK_ConfigLPCG()
246 if (regBase == NULL) in CLOCK_ConfigLPCG()
257 CLOCK_SetLpcgGate(regBase, swGate, hwGate, 0xBBAAABU); in CLOCK_ConfigLPCG()
[all …]
Dfsl_clock.h518 void CLOCK_SetLpcgGate(volatile uint32_t *regBase, bool swGate, bool hwGate, uint32_t bitsMask);
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX6/drivers/
Dfsl_clock.c208 void CLOCK_SetLpcgGate(volatile uint32_t *regBase, bool swGate, bool hwGate, uint32_t bitsMask) in CLOCK_SetLpcgGate() argument
210 if (regBase != NULL) in CLOCK_SetLpcgGate()
214 *regBase |= bitsMask & LPCG_CLK_SWEN_MASK; in CLOCK_SetLpcgGate()
218 *regBase &= ~(bitsMask & LPCG_CLK_SWEN_MASK); in CLOCK_SetLpcgGate()
223 *regBase |= bitsMask & LPCG_CLK_HWEN_MASK; in CLOCK_SetLpcgGate()
227 *regBase &= ~(bitsMask & LPCG_CLK_HWEN_MASK); in CLOCK_SetLpcgGate()
241 volatile uint32_t *regBase; in CLOCK_ConfigLPCG() local
243 regBase = LPCG_TUPLE_REG_BASE(name); in CLOCK_ConfigLPCG()
246 if (regBase == NULL) in CLOCK_ConfigLPCG()
257 CLOCK_SetLpcgGate(regBase, swGate, hwGate, 0xBBAAABU); in CLOCK_ConfigLPCG()
[all …]
Dfsl_clock.h518 void CLOCK_SetLpcgGate(volatile uint32_t *regBase, bool swGate, bool hwGate, uint32_t bitsMask);
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX6/drivers/
Dfsl_clock.c208 void CLOCK_SetLpcgGate(volatile uint32_t *regBase, bool swGate, bool hwGate, uint32_t bitsMask) in CLOCK_SetLpcgGate() argument
210 if (regBase != NULL) in CLOCK_SetLpcgGate()
214 *regBase |= bitsMask & LPCG_CLK_SWEN_MASK; in CLOCK_SetLpcgGate()
218 *regBase &= ~(bitsMask & LPCG_CLK_SWEN_MASK); in CLOCK_SetLpcgGate()
223 *regBase |= bitsMask & LPCG_CLK_HWEN_MASK; in CLOCK_SetLpcgGate()
227 *regBase &= ~(bitsMask & LPCG_CLK_HWEN_MASK); in CLOCK_SetLpcgGate()
241 volatile uint32_t *regBase; in CLOCK_ConfigLPCG() local
243 regBase = LPCG_TUPLE_REG_BASE(name); in CLOCK_ConfigLPCG()
246 if (regBase == NULL) in CLOCK_ConfigLPCG()
257 CLOCK_SetLpcgGate(regBase, swGate, hwGate, 0xBBAAABU); in CLOCK_ConfigLPCG()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX1/drivers/
Dfsl_clock.c208 void CLOCK_SetLpcgGate(volatile uint32_t *regBase, bool swGate, bool hwGate, uint32_t bitsMask) in CLOCK_SetLpcgGate() argument
210 if (regBase != NULL) in CLOCK_SetLpcgGate()
214 *regBase |= bitsMask & LPCG_CLK_SWEN_MASK; in CLOCK_SetLpcgGate()
218 *regBase &= ~(bitsMask & LPCG_CLK_SWEN_MASK); in CLOCK_SetLpcgGate()
223 *regBase |= bitsMask & LPCG_CLK_HWEN_MASK; in CLOCK_SetLpcgGate()
227 *regBase &= ~(bitsMask & LPCG_CLK_HWEN_MASK); in CLOCK_SetLpcgGate()
241 volatile uint32_t *regBase; in CLOCK_ConfigLPCG() local
243 regBase = LPCG_TUPLE_REG_BASE(name); in CLOCK_ConfigLPCG()
246 if (regBase == NULL) in CLOCK_ConfigLPCG()
257 CLOCK_SetLpcgGate(regBase, swGate, hwGate, 0xBBAAABU); in CLOCK_ConfigLPCG()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX5/drivers/
Dfsl_clock.c208 void CLOCK_SetLpcgGate(volatile uint32_t *regBase, bool swGate, bool hwGate, uint32_t bitsMask) in CLOCK_SetLpcgGate() argument
210 if (regBase != NULL) in CLOCK_SetLpcgGate()
214 *regBase |= bitsMask & LPCG_CLK_SWEN_MASK; in CLOCK_SetLpcgGate()
218 *regBase &= ~(bitsMask & LPCG_CLK_SWEN_MASK); in CLOCK_SetLpcgGate()
223 *regBase |= bitsMask & LPCG_CLK_HWEN_MASK; in CLOCK_SetLpcgGate()
227 *regBase &= ~(bitsMask & LPCG_CLK_HWEN_MASK); in CLOCK_SetLpcgGate()
241 volatile uint32_t *regBase; in CLOCK_ConfigLPCG() local
243 regBase = LPCG_TUPLE_REG_BASE(name); in CLOCK_ConfigLPCG()
246 if (regBase == NULL) in CLOCK_ConfigLPCG()
257 CLOCK_SetLpcgGate(regBase, swGate, hwGate, 0xBBAAABU); in CLOCK_ConfigLPCG()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX4/drivers/
Dfsl_clock.c208 void CLOCK_SetLpcgGate(volatile uint32_t *regBase, bool swGate, bool hwGate, uint32_t bitsMask) in CLOCK_SetLpcgGate() argument
210 if (regBase != NULL) in CLOCK_SetLpcgGate()
214 *regBase |= bitsMask & LPCG_CLK_SWEN_MASK; in CLOCK_SetLpcgGate()
218 *regBase &= ~(bitsMask & LPCG_CLK_SWEN_MASK); in CLOCK_SetLpcgGate()
223 *regBase |= bitsMask & LPCG_CLK_HWEN_MASK; in CLOCK_SetLpcgGate()
227 *regBase &= ~(bitsMask & LPCG_CLK_HWEN_MASK); in CLOCK_SetLpcgGate()
241 volatile uint32_t *regBase; in CLOCK_ConfigLPCG() local
243 regBase = LPCG_TUPLE_REG_BASE(name); in CLOCK_ConfigLPCG()
246 if (regBase == NULL) in CLOCK_ConfigLPCG()
257 CLOCK_SetLpcgGate(regBase, swGate, hwGate, 0xBBAAABU); in CLOCK_ConfigLPCG()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX2/drivers/
Dfsl_clock.c208 void CLOCK_SetLpcgGate(volatile uint32_t *regBase, bool swGate, bool hwGate, uint32_t bitsMask) in CLOCK_SetLpcgGate() argument
210 if (regBase != NULL) in CLOCK_SetLpcgGate()
214 *regBase |= bitsMask & LPCG_CLK_SWEN_MASK; in CLOCK_SetLpcgGate()
218 *regBase &= ~(bitsMask & LPCG_CLK_SWEN_MASK); in CLOCK_SetLpcgGate()
223 *regBase |= bitsMask & LPCG_CLK_HWEN_MASK; in CLOCK_SetLpcgGate()
227 *regBase &= ~(bitsMask & LPCG_CLK_HWEN_MASK); in CLOCK_SetLpcgGate()
241 volatile uint32_t *regBase; in CLOCK_ConfigLPCG() local
243 regBase = LPCG_TUPLE_REG_BASE(name); in CLOCK_ConfigLPCG()
246 if (regBase == NULL) in CLOCK_ConfigLPCG()
257 CLOCK_SetLpcgGate(regBase, swGate, hwGate, 0xBBAAABU); in CLOCK_ConfigLPCG()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX3/drivers/
Dfsl_clock.c208 void CLOCK_SetLpcgGate(volatile uint32_t *regBase, bool swGate, bool hwGate, uint32_t bitsMask) in CLOCK_SetLpcgGate() argument
210 if (regBase != NULL) in CLOCK_SetLpcgGate()
214 *regBase |= bitsMask & LPCG_CLK_SWEN_MASK; in CLOCK_SetLpcgGate()
218 *regBase &= ~(bitsMask & LPCG_CLK_SWEN_MASK); in CLOCK_SetLpcgGate()
223 *regBase |= bitsMask & LPCG_CLK_HWEN_MASK; in CLOCK_SetLpcgGate()
227 *regBase &= ~(bitsMask & LPCG_CLK_HWEN_MASK); in CLOCK_SetLpcgGate()
241 volatile uint32_t *regBase; in CLOCK_ConfigLPCG() local
243 regBase = LPCG_TUPLE_REG_BASE(name); in CLOCK_ConfigLPCG()
246 if (regBase == NULL) in CLOCK_ConfigLPCG()
257 CLOCK_SetLpcgGate(regBase, swGate, hwGate, 0xBBAAABU); in CLOCK_ConfigLPCG()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX5/drivers/
Dfsl_clock.c208 void CLOCK_SetLpcgGate(volatile uint32_t *regBase, bool swGate, bool hwGate, uint32_t bitsMask) in CLOCK_SetLpcgGate() argument
210 if (regBase != NULL) in CLOCK_SetLpcgGate()
214 *regBase |= bitsMask & LPCG_CLK_SWEN_MASK; in CLOCK_SetLpcgGate()
218 *regBase &= ~(bitsMask & LPCG_CLK_SWEN_MASK); in CLOCK_SetLpcgGate()
223 *regBase |= bitsMask & LPCG_CLK_HWEN_MASK; in CLOCK_SetLpcgGate()
227 *regBase &= ~(bitsMask & LPCG_CLK_HWEN_MASK); in CLOCK_SetLpcgGate()
241 volatile uint32_t *regBase; in CLOCK_ConfigLPCG() local
243 regBase = LPCG_TUPLE_REG_BASE(name); in CLOCK_ConfigLPCG()
246 if (regBase == NULL) in CLOCK_ConfigLPCG()
257 CLOCK_SetLpcgGate(regBase, swGate, hwGate, 0xBBAAABU); in CLOCK_ConfigLPCG()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UX5/drivers/
Dfsl_clock.c208 void CLOCK_SetLpcgGate(volatile uint32_t *regBase, bool swGate, bool hwGate, uint32_t bitsMask) in CLOCK_SetLpcgGate() argument
210 if (regBase != NULL) in CLOCK_SetLpcgGate()
214 *regBase |= bitsMask & LPCG_CLK_SWEN_MASK; in CLOCK_SetLpcgGate()
218 *regBase &= ~(bitsMask & LPCG_CLK_SWEN_MASK); in CLOCK_SetLpcgGate()
223 *regBase |= bitsMask & LPCG_CLK_HWEN_MASK; in CLOCK_SetLpcgGate()
227 *regBase &= ~(bitsMask & LPCG_CLK_HWEN_MASK); in CLOCK_SetLpcgGate()
241 volatile uint32_t *regBase; in CLOCK_ConfigLPCG() local
243 regBase = LPCG_TUPLE_REG_BASE(name); in CLOCK_ConfigLPCG()
246 if (regBase == NULL) in CLOCK_ConfigLPCG()
257 CLOCK_SetLpcgGate(regBase, swGate, hwGate, 0xBBAAABU); in CLOCK_ConfigLPCG()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UX6/drivers/
Dfsl_clock.c208 void CLOCK_SetLpcgGate(volatile uint32_t *regBase, bool swGate, bool hwGate, uint32_t bitsMask) in CLOCK_SetLpcgGate() argument
210 if (regBase != NULL) in CLOCK_SetLpcgGate()
214 *regBase |= bitsMask & LPCG_CLK_SWEN_MASK; in CLOCK_SetLpcgGate()
218 *regBase &= ~(bitsMask & LPCG_CLK_SWEN_MASK); in CLOCK_SetLpcgGate()
223 *regBase |= bitsMask & LPCG_CLK_HWEN_MASK; in CLOCK_SetLpcgGate()
227 *regBase &= ~(bitsMask & LPCG_CLK_HWEN_MASK); in CLOCK_SetLpcgGate()
241 volatile uint32_t *regBase; in CLOCK_ConfigLPCG() local
243 regBase = LPCG_TUPLE_REG_BASE(name); in CLOCK_ConfigLPCG()
246 if (regBase == NULL) in CLOCK_ConfigLPCG()
257 CLOCK_SetLpcgGate(regBase, swGate, hwGate, 0xBBAAABU); in CLOCK_ConfigLPCG()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX1/drivers/
Dfsl_clock.c208 void CLOCK_SetLpcgGate(volatile uint32_t *regBase, bool swGate, bool hwGate, uint32_t bitsMask) in CLOCK_SetLpcgGate() argument
210 if (regBase != NULL) in CLOCK_SetLpcgGate()
214 *regBase |= bitsMask & LPCG_CLK_SWEN_MASK; in CLOCK_SetLpcgGate()
218 *regBase &= ~(bitsMask & LPCG_CLK_SWEN_MASK); in CLOCK_SetLpcgGate()
223 *regBase |= bitsMask & LPCG_CLK_HWEN_MASK; in CLOCK_SetLpcgGate()
227 *regBase &= ~(bitsMask & LPCG_CLK_HWEN_MASK); in CLOCK_SetLpcgGate()
241 volatile uint32_t *regBase; in CLOCK_ConfigLPCG() local
243 regBase = LPCG_TUPLE_REG_BASE(name); in CLOCK_ConfigLPCG()
246 if (regBase == NULL) in CLOCK_ConfigLPCG()
257 CLOCK_SetLpcgGate(regBase, swGate, hwGate, 0xBBAAABU); in CLOCK_ConfigLPCG()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX4/drivers/
Dfsl_clock.c208 void CLOCK_SetLpcgGate(volatile uint32_t *regBase, bool swGate, bool hwGate, uint32_t bitsMask) in CLOCK_SetLpcgGate() argument
210 if (regBase != NULL) in CLOCK_SetLpcgGate()
214 *regBase |= bitsMask & LPCG_CLK_SWEN_MASK; in CLOCK_SetLpcgGate()
218 *regBase &= ~(bitsMask & LPCG_CLK_SWEN_MASK); in CLOCK_SetLpcgGate()
223 *regBase |= bitsMask & LPCG_CLK_HWEN_MASK; in CLOCK_SetLpcgGate()
227 *regBase &= ~(bitsMask & LPCG_CLK_HWEN_MASK); in CLOCK_SetLpcgGate()
241 volatile uint32_t *regBase; in CLOCK_ConfigLPCG() local
243 regBase = LPCG_TUPLE_REG_BASE(name); in CLOCK_ConfigLPCG()
246 if (regBase == NULL) in CLOCK_ConfigLPCG()
257 CLOCK_SetLpcgGate(regBase, swGate, hwGate, 0xBBAAABU); in CLOCK_ConfigLPCG()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QM6/drivers/
Dfsl_clock.c242 void CLOCK_SetLpcgGate(volatile uint32_t *regBase, bool swGate, bool hwGate, uint32_t bitsMask) in CLOCK_SetLpcgGate() argument
244 if (regBase != NULL) in CLOCK_SetLpcgGate()
248 *regBase |= bitsMask & LPCG_CLK_SWEN_MASK; in CLOCK_SetLpcgGate()
252 *regBase &= ~(bitsMask & LPCG_CLK_SWEN_MASK); in CLOCK_SetLpcgGate()
257 *regBase |= bitsMask & LPCG_CLK_HWEN_MASK; in CLOCK_SetLpcgGate()
261 *regBase &= ~(bitsMask & LPCG_CLK_HWEN_MASK); in CLOCK_SetLpcgGate()
288 volatile uint32_t *regBase; in CLOCK_ConfigLPCGMapped() local
290 regBase = lpcgBase; in CLOCK_ConfigLPCGMapped()
293 if (regBase == NULL) in CLOCK_ConfigLPCGMapped()
304 CLOCK_SetLpcgGate(regBase, swGate, hwGate, 0xBBAAABU); in CLOCK_ConfigLPCGMapped()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/flash_ftmr/
Dfsl_flash.c1839 FTMRx_REG32_ACCESS_TYPE regBase; in FLASH_PflashSetPrefetchSpeculation() local
1841 regBase = (FTMRx_REG32_ACCESS_TYPE)&MCM->PLACR; in FLASH_PflashSetPrefetchSpeculation()
1843 regBase = (FTMRx_REG32_ACCESS_TYPE)&MCM0->PLACR; in FLASH_PflashSetPrefetchSpeculation()
1853 *regBase |= MCM_PLACR_DFCS_MASK; in FLASH_PflashSetPrefetchSpeculation()
1858 *regBase &= ~MCM_PLACR_DFCS_MASK; in FLASH_PflashSetPrefetchSpeculation()
1861 *regBase |= MCM_PLACR_EFDS_MASK; in FLASH_PflashSetPrefetchSpeculation()
1865 *regBase &= ~MCM_PLACR_EFDS_MASK; in FLASH_PflashSetPrefetchSpeculation()
1871 FTMRx_REG32_ACCESS_TYPE regBase; in FLASH_PflashSetPrefetchSpeculation()
1874 regBase = (FTMRx_REG32_ACCESS_TYPE)&FMC->PFB01CR; in FLASH_PflashSetPrefetchSpeculation()
1878 regBase = (FTMRx_REG32_ACCESS_TYPE)&FMC->PFB0CR; in FLASH_PflashSetPrefetchSpeculation()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_cache.c397 FTFx_REG32_ACCESS_TYPE regBase; in mcm_flash_cache_clear() local
400 regBase = (FTFx_REG32_ACCESS_TYPE)&MCM0_CACHE_REG; in mcm_flash_cache_clear()
402 regBase = (FTFx_REG32_ACCESS_TYPE)&MCM1_CACHE_REG; in mcm_flash_cache_clear()
407 …ftfx_common_bit_operation_command_sequence(config, regBase, MCM_CACHE_CLEAR_MASK, MCM_CACHE_CLEAR_… in mcm_flash_cache_clear()
410 *regBase |= MCM_CACHE_CLEAR_MASK; in mcm_flash_cache_clear()
/hal_nxp-latest/mcux/mcux-sdk/drivers/wdog32/
Dfsl_wdog32.c133 register WDOG_Type *regBase = base; in WDOG32_Init() local
152 regBase->WIN = regConfig->windowValue; in WDOG32_Init()
153 regBase->TOVAL = regConfig->timeoutValue; in WDOG32_Init()
154 regBase->CS = value; in WDOG32_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/pca9420/
Dfsl_pca9420.c405 bool PCA9420_WriteRegs(pca9420_handle_t *handle, uint8_t regBase, uint8_t *val, uint32_t size) in PCA9420_WriteRegs() argument
411 …return (kStatus_Success == handle->I2C_SendFunc(handle->slaveAddress, regBase, 1U, val, size)) ? t… in PCA9420_WriteRegs()
414 bool PCA9420_ReadRegs(pca9420_handle_t *handle, uint8_t regBase, uint8_t *val, uint32_t size) in PCA9420_ReadRegs() argument
420 …return (kStatus_Success == handle->I2C_ReceiveFunc(handle->slaveAddress, regBase, 1U, val, size)) … in PCA9420_ReadRegs()
Dfsl_pca9420.h779 bool PCA9420_WriteRegs(pca9420_handle_t *handle, uint8_t regBase, uint8_t *val, uint32_t size);
790 bool PCA9420_ReadRegs(pca9420_handle_t *handle, uint8_t regBase, uint8_t *val, uint32_t size);
/hal_nxp-latest/mcux/mcux-sdk/components/pca9422/
Dfsl_pca9422.c3457 bool PCA9422_WriteRegsReadback(pca9422_handle_t *handle, uint8_t regBase, uint8_t *val) in PCA9422_WriteRegsReadback() argument
3462 result = PCA9422_WriteRegs(handle, regBase, val, 1U); in PCA9422_WriteRegsReadback()
3466 result = PCA9422_ReadRegs(handle, regBase, &regData, 1U); in PCA9422_WriteRegsReadback()
3472 … LOG_INFO("Error I2C data[0x%x] written(0x%x) vs read(0x%x)\r\n", regBase, *val, regData); in PCA9422_WriteRegsReadback()
3478 LOG_INFO("Error I2C data read[0x%x]\r\n", regBase); in PCA9422_WriteRegsReadback()
3483 LOG_INFO("Error I2C data write[0x%x]\r\n", regBase); in PCA9422_WriteRegsReadback()
3510 bool PCA9422_WriteRegs(pca9422_handle_t *handle, uint8_t regBase, uint8_t *val, uint32_t size) in PCA9422_WriteRegs() argument
3516 …return (kStatus_Success == handle->I2C_SendFunc(handle->slaveAddress, regBase, 1U, val, size)) ? t… in PCA9422_WriteRegs()
3519 bool PCA9422_ReadRegs(pca9422_handle_t *handle, uint8_t regBase, uint8_t *val, uint32_t size) in PCA9422_ReadRegs() argument
3525 …return (kStatus_Success == handle->I2C_ReceiveFunc(handle->slaveAddress, regBase, 1U, val, size)) … in PCA9422_ReadRegs()
Dfsl_pca9422.h2096 bool PCA9422_WriteRegs(pca9422_handle_t *handle, uint8_t regBase, uint8_t *val, uint32_t size);
2107 bool PCA9422_ReadRegs(pca9422_handle_t *handle, uint8_t regBase, uint8_t *val, uint32_t size);
2127 bool PCA9422_WriteRegsReadback(pca9422_handle_t *handle, uint8_t regBase, uint8_t *val);

12