Searched refs:rows (Results 1 – 3 of 3) sorted by relevance
| /hal_infineon-latest/mtb-hal-cat1/source/ |
| D | cyhal_keyscan.c | 67 … uint8_t num_rows, const cyhal_gpio_t *rows, const cyhal_clock_t *clock); 176 … uint8_t num_rows, const cyhal_gpio_t *rows, const cyhal_clock_t *clock) in _cyhal_keyscan_init_resources() argument 182 for (uint8_t idx=0; idx < _CYHAL_KEYSCAN_MAX_ROWS; idx++) obj->rows[idx] = NC; in _cyhal_keyscan_init_resources() 239 …const cyhal_resource_pin_mapping_t* row_map = _CYHAL_UTILS_GET_RESOURCE(rows[idx], cyhal_pin_map_k… in _cyhal_keyscan_init_resources() 267 obj->rows[idx] = rows[idx]; in _cyhal_keyscan_init_resources() 339 … uint8_t num_rows, const cyhal_gpio_t *rows, const cyhal_clock_t *clock) in cyhal_keyscan_init() argument 346 …cy_rslt_t result = _cyhal_keyscan_init_resources(obj, num_columns, columns, num_rows, rows, clock); in cyhal_keyscan_init() 377 for (uint8_t idx=0; idx < _CYHAL_KEYSCAN_MAX_ROWS; idx++) obj->rows[idx] = NC; in cyhal_keyscan_init_cfg() 426 _cyhal_utils_release_if_used(&(obj->rows[idx])); in cyhal_keyscan_free()
|
| /hal_infineon-latest/mtb-hal-cat1/include/ |
| D | cyhal_keyscan.h | 137 cy_rslt_t cyhal_keyscan_init(cyhal_keyscan_t *obj, uint8_t num_rows, const cyhal_gpio_t *rows,
|
| /hal_infineon-latest/mtb-hal-cat1/include_pvt/ |
| D | cyhal_hw_types.h | 873 cyhal_gpio_t rows[MXKEYSCAN_NUM_ROWS_IN]; member
|