Home
last modified time | relevance | path

Searched refs:CY_LO8 (Results 1 – 5 of 5) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_usbfs_dev_drv_reg.h209 #define CY_USBFS_DEV_READ_ODD(reg) ( (uint32_t) (CY_LO8((reg) | ((reg) >> 8U))) )
852 USBFS_DEV_SIE_EP_CNT1(base, endpoint) = (uint32_t) CY_USBFS_DEV_DRV_WRITE_ODD(CY_LO8(count)); in Cy_USBFS_Dev_Drv_SetSieEpCount()
/hal_infineon-latest/core-lib/include/
Dcy_utils.h128 #define CY_LO8(x) ((uint8_t) ((x) & 0xFFU)) macro
/hal_infineon-latest/core-lib/
DREADME.md14 * `CY_LO8`: Gets the lower 8 bits of a 16-bit value
DRELEASE.md10 * CY_LO8: Gets the lower 8 bits of a 16-bit value
/hal_infineon-latest/bless/
Dcy_ble_event_handler.c369 uint8_t leMask[CY_BLE_LE_MASK_LENGTH] = {CY_LO8(CY_BLE_LE_MASK), in Cy_BLE_EventHandler()