|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
#include <zephyr/drivers/clock_control/clock_control_ifx_cat1.h>
Data Fields | |
| enum ifx_cat1_clock_block | block |
| Clock block type. | |
| uint8_t | channel |
| Clock channel number. | |
| uint8_t | instance |
| Peripheral clock instance number. | |
| uint8_t | group |
| Peripheral clock group number. | |
| bool | reserved |
| Reserved for future use. | |
| const void * | funcs |
| Clock-specific functions. | |
| enum ifx_cat1_clock_block ifx_cat1_clock::block |
Clock block type.
| uint8_t ifx_cat1_clock::channel |
Clock channel number.
| const void* ifx_cat1_clock::funcs |
Clock-specific functions.
| uint8_t ifx_cat1_clock::group |
Peripheral clock group number.
| uint8_t ifx_cat1_clock::instance |
Peripheral clock instance number.
| bool ifx_cat1_clock::reserved |
Reserved for future use.