Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
- c -
- calc_frame_transmit_duration()
: at86rf231/src/tal_slotted_csma.c
, at86rf231/inc/tal_slotted_csma.h
, at86rf212b/src/tal_slotted_csma.c
, at86rf233/src/tal_slotted_csma.c
, at86rf212/src/tal_slotted_csma.c
- calculate_net_data_rate()
: per_mode_initiator.c
- calculate_time_duration()
: per_mode_initiator.c
- calculate_transaction_duration()
: at86rf231/src/tal_slotted_csma.c
, at86rf212/src/tal_slotted_csma.c
, at86rf212b/src/tal_slotted_csma.c
, at86rf233/src/tal_slotted_csma.c
, at86rf232/src/tal_slotted_csma.c
- calculate_week()
: rtc_example.c
- calibration_point_0
: rtouch.c
- callback
: udi_phdc.c
- CAN0_Handler()
: sam/drivers/can/unit_tests/unit_tests.c
- can0_mailbox
: sam/drivers/can/unit_tests/unit_tests.c
, can_example.c
- CAN0_RX_MB_IDX
: sam/drivers/can/unit_tests/unit_tests.c
- can0_transceiver
: sam/drivers/can/unit_tests/unit_tests.c
, can_example.c
- CAN0_TX_MB_IDX
: sam/drivers/can/unit_tests/unit_tests.c
- CAN1_Handler()
: can_example.c
, sam/drivers/can/example/example.c
- can1_mailbox
: sam/drivers/can/unit_tests/unit_tests.c
, can_example.c
- CAN1_PRO_MB_IDX
: sam/drivers/can/unit_tests/unit_tests.c
- can1_transceiver
: sam/drivers/can/unit_tests/unit_tests.c
, can_example.c
- CAN_BAUDRATE_MAX_DIV
: can.c
- CAN_BIT_IPT
: can.c
- CAN_BIT_SYNC
: can.c
- can_bit_time
: can.c
- CAN_BPS_1000K
: can.h
- CAN_BPS_10K
: can.h
- CAN_BPS_125K
: can.h
- CAN_BPS_250K
: can.h
- CAN_BPS_25K
: can.h
- CAN_BPS_500K
: can.h
- CAN_BPS_50K
: can.h
- CAN_BPS_5K
: can.h
- CAN_BPS_800K
: can.h
- CAN_COMM_RXMB_ID
: sam/drivers/can/example/example.c
- CAN_COMM_TXMB_ID
: sam/drivers/can/example/example.c
- can_disable()
: can.c
, can.h
- CAN_DISABLE_ALL_INTERRUPT_MASK
: can.h
- can_disable_autobaud_listen_mode()
: can.c
, can.h
- can_disable_interrupt()
: can.c
, can.h
- can_disable_low_power_mode()
: can.c
, can.h
- can_disable_overload_frame()
: can.c
, can.h
- can_disable_time_triggered_mode()
: can.c
, can.h
- can_disable_timer_freeze()
: can.c
, can.h
- can_disable_tx_repeat()
: can.c
, can.h
- CAN_EN_HIGH
: sn65hvd234.c
- CAN_EN_LOW
: sn65hvd234.c
- can_enable()
: can.c
, can.h
- can_enable_autobaud_listen_mode()
: can.c
, can.h
- can_enable_interrupt()
: can.c
, can.h
- can_enable_low_power_mode()
: can.c
, can.h
- can_enable_overload_frame()
: can.c
, can.h
- can_enable_time_triggered_mode()
: can.c
, can.h
- can_enable_timer_freeze()
: can.c
, can.h
- can_enable_tx_repeat()
: can.c
, can.h
- can_get_internal_timer_value()
: can.c
, can.h
- can_get_interrupt_mask()
: can.c
, can.h
- can_get_rx_error_cnt()
: can.c
, can.h
- can_get_status()
: can.c
, can.h
- can_get_timestamp_value()
: can.c
, can.h
- can_get_tx_error_cnt()
: can.c
, can.h
- can_global_send_abort_cmd()
: can.c
, can.h
- can_global_send_transfer_cmd()
: can.c
, can.h
- can_init()
: can.c
, can.h
- can_mailbox_get_status()
: can.c
, can.h
- can_mailbox_init()
: can.c
, can.h
- CAN_MAILBOX_NOT_READY
: can.h
- can_mailbox_read()
: can.c
, can.h
- CAN_MAILBOX_RX_NEED_RD_AGAIN
: can.h
- CAN_MAILBOX_RX_OVER
: can.h
- can_mailbox_send_abort_cmd()
: can.c
, can.h
- can_mailbox_send_transfer_cmd()
: can.c
, can.h
- can_mailbox_set_timemark()
: can.c
, can.h
- CAN_MAILBOX_TRANSFER_OK
: can.h
- can_mailbox_tx_remote_frame()
: can.c
, can.h
- can_mailbox_write()
: can.c
, can.h
- CAN_MAX_TQ_NUM
: can.c
- CAN_MB_CONSUMER_MODE
: can.h
- CAN_MB_DISABLE_MODE
: can.h
- CAN_MB_PRODUCER_MODE
: can.h
- CAN_MB_RX_MODE
: can.h
- CAN_MB_RX_OVER_WR_MODE
: can.h
- CAN_MB_TX_MODE
: can.h
- CAN_MIN_TQ_NUM
: can.c
- CAN_MSG_DUMMY_DATA
: can_example.c
, sam/drivers/can/example/example.c
- CAN_MSG_TOGGLE_LED_0
: can_example.c
- CAN_MSG_TOGGLE_LED_1
: can_example.c
- can_reset_all_mailbox()
: can.c
, can.h
- can_reset_internal_timer()
: can.c
, can.h
- CAN_RS_HIGH
: sn65hvd234.c
- CAN_RS_LOW
: sn65hvd234.c
- can_set_baudrate()
: can.c
- can_set_rx_sync_stage()
: can.c
, can.h
- can_set_timestamp_capture_point()
: can.c
, can.h
- CAN_TIMEOUT
: can.c
- CAN_TRANSFER_DATA_LEN
: sam/drivers/can/unit_tests/unit_tests.c
- CAN_TRANSFER_ID
: sam/drivers/can/unit_tests/unit_tests.c
, sam/drivers/can/example/example.c
- CAN_TX_PRIO
: sam/drivers/can/example/example.c
- capture_handler()
: pio_capture_example.c
- card_state
: sd_mmc.c
- CARD_STATUS_ADDR_OUT_OF_RANGE
: sd_mmc_protocol.h
- CARD_STATUS_ADDRESS_MISALIGN
: sd_mmc_protocol.h
- CARD_STATUS_APP_CMD
: sd_mmc_protocol.h
- CARD_STATUS_BLOCK_LEN_ERROR
: sd_mmc_protocol.h
- CARD_STATUS_CARD_ECC_FAILED
: sd_mmc_protocol.h
- CARD_STATUS_CARD_IS_LOCKED
: sd_mmc_protocol.h
- CARD_STATUS_CC_ERROR
: sd_mmc_protocol.h
- CARD_STATUS_CIDCSD_OVERWRITE
: sd_mmc_protocol.h
- CARD_STATUS_COM_CRC_ERROR
: sd_mmc_protocol.h
- CARD_STATUS_ERASE_PARAM
: sd_mmc_protocol.h
- CARD_STATUS_ERASE_RESET
: sd_mmc_protocol.h
- CARD_STATUS_ERASE_SEQ_ERROR
: sd_mmc_protocol.h
- CARD_STATUS_ERR_RD_WR
: sd_mmc_protocol.h
- CARD_STATUS_ERROR
: sd_mmc_protocol.h
- CARD_STATUS_ILLEGAL_COMMAND
: sd_mmc_protocol.h
- CARD_STATUS_OVERRUN
: sd_mmc_protocol.h
- CARD_STATUS_READY_FOR_DATA
: sd_mmc_protocol.h
- CARD_STATUS_STATE
: sd_mmc_protocol.h
- CARD_STATUS_STATE_DATA
: sd_mmc_protocol.h
- CARD_STATUS_STATE_DIS
: sd_mmc_protocol.h
- CARD_STATUS_STATE_IDENT
: sd_mmc_protocol.h
- CARD_STATUS_STATE_IDLE
: sd_mmc_protocol.h
- CARD_STATUS_STATE_PRG
: sd_mmc_protocol.h
- CARD_STATUS_STATE_RCV
: sd_mmc_protocol.h
- CARD_STATUS_STATE_READY
: sd_mmc_protocol.h
- CARD_STATUS_STATE_STBY
: sd_mmc_protocol.h
- CARD_STATUS_STATE_TRAN
: sd_mmc_protocol.h
- CARD_STATUS_SWITCH_ERROR
: sd_mmc_protocol.h
- CARD_STATUS_UNERRUN
: sd_mmc_protocol.h
- CARD_STATUS_UNLOCK_FAILED
: sd_mmc_protocol.h
- CARD_STATUS_WP_ERASE_SKIP
: sd_mmc_protocol.h
- CARD_STATUS_WP_VIOLATION
: sd_mmc_protocol.h
- CARD_TYPE_HC
: sd_mmc.h
- CARD_TYPE_MMC
: sd_mmc.h
- CARD_TYPE_SD
: sd_mmc.h
- CARD_TYPE_SD_COMBO
: sd_mmc.h
- CARD_TYPE_SDIO
: sd_mmc.h
- card_type_t
: sd_mmc.h
- CARD_TYPE_UNKNOWN
: sd_mmc.h
- CARD_VER_MMC_1_2
: sd_mmc.h
- CARD_VER_MMC_1_4
: sd_mmc.h
- CARD_VER_MMC_2_2
: sd_mmc.h
- CARD_VER_MMC_3
: sd_mmc.h
- CARD_VER_MMC_4
: sd_mmc.h
- CARD_VER_SD_1_0
: sd_mmc.h
- CARD_VER_SD_1_10
: sd_mmc.h
- CARD_VER_SD_2_0
: sd_mmc.h
- CARD_VER_SD_3_0
: sd_mmc.h
- CARD_VER_UNKNOWN
: sd_mmc.h
- card_version_t
: sd_mmc.h
- CASE1
: iso7816.c
- CASE2
: iso7816.c
- CASE3
: iso7816.c
- cbc_mode_test()
: aes_example.c
- CC_1_END_FREQUENCY
: tal_helper.h
- CC_1_START_FREQUENCY
: tal_helper.h
- CC_2_END_FREQUENCY
: tal_helper.h
- CC_2_START_FREQUENCY
: tal_helper.h
- CC_3_END_FREQUENCY
: tal_helper.h
- CC_3_START_FREQUENCY
: tal_helper.h
- CC_4_END_FREQUENCY
: tal_helper.h
- CC_4_START_FREQUENCY
: tal_helper.h
- CC_5_END_FREQUENCY
: tal_helper.h
- CC_5_START_FREQUENCY
: tal_helper.h
- CC_6_END_FREQUENCY
: tal_helper.h
- CC_6_START_FREQUENCY
: tal_helper.h
- CC_BAND
: avr2130_lwmesh/source/phy/at86rf212b/inc/at86rf212b.h
, avr2130_lwmesh/source/phy/at86rf212/inc/at86rf212.h
, tal_helper.h
- CC_BAND_0
: app_per_mode.h
, tal_helper.h
- CC_BAND_1
: tal_helper.h
- CC_BAND_2
: tal_helper.h
- CC_BAND_3
: tal_helper.h
- CC_BAND_4
: tal_helper.h
- CC_BAND_5
: tal_helper.h
- CC_BAND_6
: tal_helper.h
- CC_BAND_8
: app_per_mode.h
, tal_helper.h
- CC_BAND_9
: app_per_mode.h
, tal_helper.h
- cc_band_ct
: per_mode_common_utils.c
- CC_CTRL_0_REG
: avr2130_lwmesh/source/phy/at86rf212b/inc/at86rf212b.h
, avr2130_lwmesh/source/phy/at86rf212/inc/at86rf212.h
- CC_CTRL_1_REG
: avr2130_lwmesh/source/phy/at86rf212b/inc/at86rf212b.h
, avr2130_lwmesh/source/phy/at86rf212/inc/at86rf212.h
- CC_NUMBER
: tal_helper.h
- CC_NUMBER_0
: app_per_mode.h
, tal_helper.h
- cc_number_ct
: per_mode_common_utils.c
- CCA_CH_BUSY
: avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, at86rf232.h
- CCA_CH_IDLE
: avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, at86rf232.h
- CCA_COMPLETED
: avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, at86rf232.h
- CCA_CS_THRES
: avr2130_lwmesh/source/phy/at86rf212b/inc/at86rf212b.h
, avr2130_lwmesh/source/phy/at86rf212/inc/at86rf212.h
- CCA_CS_THRES_15
: avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
- CCA_CS_THRES_7
: avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
- CCA_DETECTION_DONE
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
- CCA_DETECTION_NOT_DONE
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
- CCA_DETECTION_TIME_SYM
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
- CCA_DETECTION_TIME_SYMBOL
: avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
- CCA_DETECTION_TIME_US
: avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, at86rf232.h
- CCA_DONE
: avr2130_lwmesh/source/phy/at86rf231/inc/at86rf231.h
, avr2130_lwmesh/source/phy/at86rf212b/inc/at86rf212b.h
, avr2130_lwmesh/source/phy/at86rf212/inc/at86rf212.h
, avr2130_lwmesh/source/phy/at86rf233/inc/at86rf233.h
- CCA_DURATION_SYM
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
, avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, at86rf232.h
- CCA_ED_DONE
: avr2130_lwmesh/source/phy/at86rf231/inc/at86rf231.h
, avr2130_lwmesh/source/phy/at86rf212b/inc/at86rf212b.h
, avr2130_lwmesh/source/phy/at86rf212/inc/at86rf212.h
, avr2130_lwmesh/source/phy/at86rf233/inc/at86rf233.h
- CCA_ED_THRES
: avr2130_lwmesh/source/phy/at86rf231/inc/at86rf231.h
, avr2130_lwmesh/source/phy/at86rf212b/inc/at86rf212b.h
, avr2130_lwmesh/source/phy/at86rf212/inc/at86rf212.h
, avr2130_lwmesh/source/phy/at86rf233/inc/at86rf233.h
- CCA_GUARD_DURATION_US
: at86rf231/src/tal_slotted_csma.c
, at86rf212/src/tal_slotted_csma.c
, at86rf212b/src/tal_slotted_csma.c
, at86rf233/src/tal_slotted_csma.c
, at86rf232/src/tal_slotted_csma.c
- CCA_MODE
: avr2130_lwmesh/source/phy/at86rf231/inc/at86rf231.h
, avr2130_lwmesh/source/phy/at86rf212b/inc/at86rf212b.h
, avr2130_lwmesh/source/phy/at86rf212/inc/at86rf212.h
, avr2130_lwmesh/source/phy/at86rf233/inc/at86rf233.h
- CCA_MODE_0
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
, avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, at86rf232.h
- CCA_MODE_0_CS_OR_ED
: ieee_const.h
- CCA_MODE_1
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
, avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, at86rf232.h
- CCA_MODE_1_ED
: ieee_const.h
- CCA_MODE_2
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
, avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, at86rf232.h
- CCA_MODE_2_CS
: ieee_const.h
- CCA_MODE_3
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
, avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, at86rf232.h
- CCA_MODE_3_CS_ED
: ieee_const.h
- CCA_MODE_4_ALOHA
: ieee_const.h
- cca_mode_t
: ieee_const.h
- cca_mode_tag
: ieee_const.h
- CCA_NO_START
: avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, at86rf232.h
- CCA_ONGOING
: avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, at86rf232.h
- CCA_PRE_START_DURATION_US
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
, avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, at86rf232.h
- CCA_PREPARATION_DURATION_US
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
, avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, at86rf232.h
- CCA_PROCESS_TIME_SYM
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
, avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, at86rf232.h
- CCA_PROCESS_TIME_US
: avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
- CCA_REQUEST
: avr2130_lwmesh/source/phy/at86rf231/inc/at86rf231.h
, avr2130_lwmesh/source/phy/at86rf212b/inc/at86rf212b.h
, avr2130_lwmesh/source/phy/at86rf212/inc/at86rf212.h
, avr2130_lwmesh/source/phy/at86rf233/inc/at86rf233.h
- CCA_START
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
, avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, at86rf232.h
- cca_starttime_us
: at86rf231/src/tal_slotted_csma.c
, at86rf212/src/tal_slotted_csma.c
, at86rf212b/src/tal_slotted_csma.c
, at86rf233/src/tal_slotted_csma.c
, at86rf232/src/tal_slotted_csma.c
- CCA_STATUS
: avr2130_lwmesh/source/phy/at86rf231/inc/at86rf231.h
, avr2130_lwmesh/source/phy/at86rf212b/inc/at86rf212b.h
, avr2130_lwmesh/source/phy/at86rf212/inc/at86rf212.h
, avr2130_lwmesh/source/phy/at86rf233/inc/at86rf233.h
- CCA_STATUS_CHANNEL_IS_BUSY
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
- CCA_STATUS_CHANNEL_IS_IDLE
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
- CCA_THRES_REG
: avr2130_lwmesh/source/phy/at86rf231/inc/at86rf231.h
, avr2130_lwmesh/source/phy/at86rf212b/inc/at86rf212b.h
, avr2130_lwmesh/source/phy/at86rf212/inc/at86rf212.h
, avr2130_lwmesh/source/phy/at86rf233/inc/at86rf233.h
- cca_timer_handler_cb()
: at86rf231/src/tal_slotted_csma.c
, at86rf212/src/tal_slotted_csma.c
, at86rf212b/src/tal_slotted_csma.c
, at86rf233/src/tal_slotted_csma.c
, at86rf232/src/tal_slotted_csma.c
- CCPU_ENDIAN_TO_LE16
: compiler.h
- CCPU_ENDIAN_TO_LE32
: compiler.h
- CCPU_ENDIAN_TO_LE64
: compiler.h
- CDC_ACM_SUPPORT_FEATURE_REQUESTS
: usb_protocol_cdc.h
- CDC_ACM_SUPPORT_LINE_REQUESTS
: usb_protocol_cdc.h
- CDC_ACM_SUPPORT_NOTIFY_REQUESTS
: usb_protocol_cdc.h
- CDC_ACM_SUPPORT_SENDBREAK_REQUESTS
: usb_protocol_cdc.h
- CDC_CALL_MGMT_OVER_DCI
: usb_protocol_cdc.h
- CDC_CALL_MGMT_SUPPORTED
: usb_protocol_cdc.h
- cdc_char_format
: usb_protocol_cdc.h
- CDC_CLASS_COMM
: usb_protocol_cdc.h
- CDC_CLASS_DATA
: usb_protocol_cdc.h
- CDC_CLASS_DEVICE
: usb_protocol_cdc.h
- CDC_CS_ENDPOINT
: usb_protocol_cdc.h
- CDC_CS_INTERFACE
: usb_protocol_cdc.h
- CDC_CTRL_SIGNAL_ACTIVATE_CARRIER
: usb_protocol_cdc.h
- CDC_CTRL_SIGNAL_DTE_PRESENT
: usb_protocol_cdc.h
- CDC_PAR_EVEN
: usb_protocol_cdc.h
- CDC_PAR_MARK
: usb_protocol_cdc.h
- CDC_PAR_NONE
: usb_protocol_cdc.h
- CDC_PAR_ODD
: usb_protocol_cdc.h
- CDC_PAR_SPACE
: usb_protocol_cdc.h
- cdc_parity
: usb_protocol_cdc.h
- CDC_PROTOCOL_CAPI20
: usb_protocol_cdc.h
- CDC_PROTOCOL_HDLC
: usb_protocol_cdc.h
- CDC_PROTOCOL_HOST
: usb_protocol_cdc.h
- CDC_PROTOCOL_I430
: usb_protocol_cdc.h
- CDC_PROTOCOL_PUFD
: usb_protocol_cdc.h
- CDC_PROTOCOL_Q921
: usb_protocol_cdc.h
- CDC_PROTOCOL_Q921M
: usb_protocol_cdc.h
- CDC_PROTOCOL_Q921TM
: usb_protocol_cdc.h
- CDC_PROTOCOL_Q931
: usb_protocol_cdc.h
- CDC_PROTOCOL_TRANS
: usb_protocol_cdc.h
- CDC_PROTOCOL_V120
: usb_protocol_cdc.h
- CDC_PROTOCOL_V25TER
: usb_protocol_cdc.h
- CDC_PROTOCOL_V42BIS
: usb_protocol_cdc.h
- CDC_SCS_ACM
: usb_protocol_cdc.h
- CDC_SCS_CALL_MGMT
: usb_protocol_cdc.h
- CDC_SCS_HEADER
: usb_protocol_cdc.h
- CDC_SCS_UNION
: usb_protocol_cdc.h
- CDC_SERIAL_STATE_BREAK
: usb_protocol_cdc.h
- CDC_SERIAL_STATE_DCD
: usb_protocol_cdc.h
- CDC_SERIAL_STATE_DSR
: usb_protocol_cdc.h
- CDC_SERIAL_STATE_FRAMING
: usb_protocol_cdc.h
- CDC_SERIAL_STATE_OVERRUN
: usb_protocol_cdc.h
- CDC_SERIAL_STATE_PARITY
: usb_protocol_cdc.h
- CDC_SERIAL_STATE_RING
: usb_protocol_cdc.h
- CDC_STOP_BITS_1
: usb_protocol_cdc.h
- CDC_STOP_BITS_1_5
: usb_protocol_cdc.h
- CDC_STOP_BITS_2
: usb_protocol_cdc.h
- CDC_SUBCLASS_ACM
: usb_protocol_cdc.h
- CDC_SUBCLASS_ATM
: usb_protocol_cdc.h
- CDC_SUBCLASS_CCM
: usb_protocol_cdc.h
- CDC_SUBCLASS_DLCM
: usb_protocol_cdc.h
- CDC_SUBCLASS_ETH
: usb_protocol_cdc.h
- CDC_SUBCLASS_MCCM
: usb_protocol_cdc.h
- CDC_SUBCLASS_TCM
: usb_protocol_cdc.h
- cfb128_mode_test()
: aes_example.c
- cfft_q15
: task_dsp.c
- cgi_chipInfo()
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
, thirdparty/lwip/netconn_http_stats_example/network/httpserver/cgi.c
- cgi_displayMsg()
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
- cgi_echo()
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
- cgi_error()
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
, thirdparty/lwip/netconn_http_stats_example/network/httpserver/cgi.c
- cgi_led()
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
- CGI_LED_CMD_KEY
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
- CGI_LED_ID_KEY
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
- cgi_ledStatus()
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
- CGI_MATCH_EXT
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
, thirdparty/lwip/netconn_http_stats_example/network/httpserver/cgi.c
- CGI_MATCH_NAME
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
, thirdparty/lwip/netconn_http_stats_example/network/httpserver/cgi.c
- CGI_MATCH_NONE
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
, thirdparty/lwip/netconn_http_stats_example/network/httpserver/cgi.c
- CGI_MATCH_WORD
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
, thirdparty/lwip/netconn_http_stats_example/network/httpserver/cgi.c
- CGI_MSG_CMD_KEY
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
- cgi_resistor()
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
- cgi_search()
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
, sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.h
, thirdparty/lwip/netconn_http_stats_example/network/httpserver/cgi.c
, thirdparty/lwip/netconn_http_stats_example/network/httpserver/cgi.h
- cgi_sem
: thirdparty/lwip/netconn_http_stats_example/network/httpserver/cgi.c
- cgi_status()
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
, thirdparty/lwip/netconn_http_stats_example/network/httpserver/cgi.c
- cgi_table
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
, sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.h
, thirdparty/lwip/netconn_http_stats_example/network/httpserver/cgi.c
, thirdparty/lwip/netconn_http_stats_example/network/httpserver/cgi.h
- cgi_temp()
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
- cgi_uptime()
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
- ch_list
: afec_example4.c
- CH_PG_16
: ieee_const.h
- CH_PG_18
: ieee_const.h
- CH_PG_2003
: ieee_const.h
- CH_PG_2006
: ieee_const.h
- CH_PG_CHINA
: ieee_const.h
- CH_PG_GENERIC_PHY
: ieee_const.h
- CH_PG_INVALID
: ieee_const.h
- CH_PG_JAPAN
: ieee_const.h
- CH_PG_LRP_UWB
: ieee_const.h
- CH_PG_MSK
: ieee_const.h
- CH_PG_SUN
: ieee_const.h
- ch_pg_t
: ieee_const.h
- ch_pg_tag
: ieee_const.h
- CHANNEL
: app_per_mode.h
, avr2130_lwmesh/source/phy/at86rf231/inc/at86rf231.h
, avr2130_lwmesh/source/phy/at86rf212b/inc/at86rf212b.h
, avr2130_lwmesh/source/phy/at86rf212/inc/at86rf212.h
, avr2130_lwmesh/source/phy/at86rf233/inc/at86rf233.h
- channel_before_scan
: per_mode_initiator.c
- CHANNEL_PAGE
: app_per_mode.h
- CHANNELS_SELECT_POS
: perf_msg_const.h
- CHAR
: fatfs/fatfs-r0.09/src/integer.h
- char_to_digit
: rtc_example.c
- check_beacon_reception()
: at86rf231/src/tal_slotted_csma.c
, at86rf212/src/tal_slotted_csma.c
, at86rf212b/src/tal_slotted_csma.c
, at86rf233/src/tal_slotted_csma.c
, at86rf232/src/tal_slotted_csma.c
- check_error_conditions()
: per_mode_initiator.c
, perf_api.h
- check_fs()
: ff.c
- check_start_parameter()
: mac_start.c
- check_status()
: nand_flash_raw_smc.c
- CHECKSUM_CHECK_ICMP
: lwip-1.4.1-dev/src/include/lwip/opt.h
- CHECKSUM_CHECK_ICMP6
: lwip-1.4.1-dev/src/include/lwip/opt.h
- CHECKSUM_CHECK_IP
: lwip-1.4.1/src/include/lwip/opt.h
, lwip-1.4.1-dev/src/include/lwip/opt.h
, lwip-1.4.0/src/include/lwip/opt.h
, lwip-1.3.2/src/include/lwip/opt.h
- CHECKSUM_CHECK_TCP
: lwip-1.4.1/src/include/lwip/opt.h
, lwip-1.4.1-dev/src/include/lwip/opt.h
, lwip-1.4.0/src/include/lwip/opt.h
, lwip-1.3.2/src/include/lwip/opt.h
- CHECKSUM_CHECK_UDP
: lwip-1.4.1/src/include/lwip/opt.h
, lwip-1.4.1-dev/src/include/lwip/opt.h
, lwip-1.4.0/src/include/lwip/opt.h
, lwip-1.3.2/src/include/lwip/opt.h
- CHECKSUM_GEN_ICMP
: lwip-1.4.1/src/include/lwip/opt.h
, lwip-1.4.1-dev/src/include/lwip/opt.h
- CHECKSUM_GEN_ICMP6
: lwip-1.4.1-dev/src/include/lwip/opt.h
- CHECKSUM_GEN_IP
: lwip-1.4.1-dev/src/include/lwip/opt.h
, lwip-1.4.0/src/include/lwip/opt.h
, lwip-1.3.2/src/include/lwip/opt.h
, lwip-1.4.1/src/include/lwip/opt.h
- CHECKSUM_GEN_IP_INLINE
: ip4.c
- CHECKSUM_GEN_TCP
: lwip-1.4.1/src/include/lwip/opt.h
, lwip-1.4.1-dev/src/include/lwip/opt.h
, lwip-1.4.0/src/include/lwip/opt.h
, lwip-1.3.2/src/include/lwip/opt.h
- CHECKSUM_GEN_UDP
: lwip-1.4.1/src/include/lwip/opt.h
, lwip-1.4.1-dev/src/include/lwip/opt.h
, lwip-1.4.0/src/include/lwip/opt.h
, lwip-1.3.2/src/include/lwip/opt.h
- CHINA_470
: ieee_154g.h
- CHINA_780
: ieee_154g.h
- CHIP_FLASH_IAP_ADDRESS
: efc.h
- CHIP_ID_8851_16
: ksz8851snl_reg.h
- chip_id_archnames
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
, thirdparty/lwip/netconn_http_stats_example/network/httpserver/cgi.c
- chip_id_eproc_names
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
, thirdparty/lwip/netconn_http_stats_example/network/httpserver/cgi.c
- CHIP_ID_MASK
: ksz8851snl_reg.h
- chip_id_nvpsize
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
, thirdparty/lwip/netconn_http_stats_example/network/httpserver/cgi.c
- chip_id_nvptype
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
- CHIP_ID_SHIFT
: ksz8851snl_reg.h
- chip_id_sramsize
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
, thirdparty/lwip/netconn_http_stats_example/network/httpserver/cgi.c
- CHIP_PACKAGE_128PIN
: ksz8851snl_reg.h
- CHIP_PACKAGE_32PIN
: ksz8851snl_reg.h
- CHIP_PACKAGE_48PIN
: ksz8851snl_reg.h
- CHIP_PACKAGE_80PIN
: ksz8851snl_reg.h
- CHIP_RATE_100
: ieee_154g.h
- CHIP_RATE_1000
: ieee_154g.h
- CHIP_RATE_200
: ieee_154g.h
- CHIP_RATE_2000
: ieee_154g.h
- CHIPID_ARCH
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
, thirdparty/lwip/netconn_http_stats_example/network/httpserver/cgi.c
- CHIPID_ARCH_SIZE
: chipid_example.c
- chipid_archnames()
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
, thirdparty/lwip/netconn_http_stats_example/network/httpserver/cgi.c
- chipid_archsize
: chipid_example.c
- chipid_data_t
: chipid.h
- CHIPID_EPRCOC
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
, thirdparty/lwip/netconn_http_stats_example/network/httpserver/cgi.c
- chipid_eproc
: chipid_example.c
- chipid_eproc_name()
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
, thirdparty/lwip/netconn_http_stats_example/network/httpserver/cgi.c
- CHIPID_EPROC_SIZE
: chipid_example.c
- chipid_find()
: chipid_example.c
- CHIPID_NVPSIZ
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
, thirdparty/lwip/netconn_http_stats_example/network/httpserver/cgi.c
- chipid_nvpsize
: chipid_example.c
, sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
, thirdparty/lwip/netconn_http_stats_example/network/httpserver/cgi.c
- chipid_nvpsize2
: chipid_example.c
- CHIPID_NVPSIZE2_SIZE
: chipid_example.c
- CHIPID_NVPSIZE_SIZE
: chipid_example.c
- chipid_nvptype
: chipid_example.c
, sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
- CHIPID_NVPTYPE_SIZE
: chipid_example.c
- CHIPID_NVTYP
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
, thirdparty/lwip/netconn_http_stats_example/network/httpserver/cgi.c
- chipid_print()
: chipid_example.c
- chipid_read()
: chipid.c
, chipid.h
- chipid_read_arch()
: chipid.c
, chipid.h
- chipid_read_extchipid()
: chipid.c
, chipid.h
- chipid_read_nvpm2size()
: chipid.c
, chipid.h
- chipid_read_nvpmsize()
: chipid.c
, chipid.h
- chipid_read_nvpmtype()
: chipid.c
, chipid.h
- chipid_read_processor()
: chipid.c
, chipid.h
- chipid_read_sramsize()
: chipid.c
, chipid.h
- chipid_read_version()
: chipid.c
, chipid.h
- CHIPID_SRAMSIZ
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
, thirdparty/lwip/netconn_http_stats_example/network/httpserver/cgi.c
- chipid_sramsize
: chipid_example.c
, sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
, thirdparty/lwip/netconn_http_stats_example/network/httpserver/cgi.c
- CHIPID_SRAMSIZE_SIZE
: chipid_example.c
- chipidtype_t
: chipid_example.c
- chk_chr()
: ff.c
- chk_mounted()
: ff.c
- CIRC_CLEAR
: gmac_raw.c
- CIRC_CNT
: gmac_raw.c
- CIRC_EMPTY
: gmac_raw.c
- circ_inc()
: gmac_raw.c
- CIRC_SPACE
: gmac_raw.c
- CKGR_MOR_KEY_PASSWD
: pmc.h
- CLASS_IAD
: usb_protocol.h
- CLASS_VENDOR_SPECIFIC
: usb_protocol.h
- CLE16_TO_CPU_ENDIAN
: compiler.h
- CLE32_TO_CPU_ENDIAN
: compiler.h
- CLE64_TO_CPU_ENDIAN
: compiler.h
- CLEAR_ADDR_64
: ieee_const.h
- clear_calibration_point()
: rtouch_calibrate.c
- CLEAR_LED_STATUS
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
- CLEAR_PD
: avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, at86rf232.h
- CLI_Command_Definition_t
: FreeRTOS_CLI.h
- CLI_Definition_List_Item_t
: FreeRTOS_CLI.c
- CLIP_VALUE_REG
: at86rf212/src/tfa.c
, at86rf212b/src/tfa.c
, at86rf233/src/tfa.c
, at86rf232/src/tfa.c
, at86rf231/src/tfa.c
- CLKM_16MHZ
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
, avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
- CLKM_1_16MHZ
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, at86rf232.h
- CLKM_1_4MHZ
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
, avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
- CLKM_1MHZ
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
, avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, at86rf232.h
- CLKM_2MHZ
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
, avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
- CLKM_4MHZ
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
, avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
- CLKM_8MHZ
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
, avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
- CLKM_CTRL
: avr2130_lwmesh/source/phy/at86rf231/inc/at86rf231.h
, avr2130_lwmesh/source/phy/at86rf212b/inc/at86rf212b.h
, avr2130_lwmesh/source/phy/at86rf212/inc/at86rf212.h
, avr2130_lwmesh/source/phy/at86rf233/inc/at86rf233.h
- CLKM_NO_CLOCK
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
, avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, at86rf232.h
- CLKM_SHA_DISABLE
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
, avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, at86rf232.h
- CLKM_SHA_ENABLE
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
, avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, at86rf232.h
- CLKM_SHA_SEL
: avr2130_lwmesh/source/phy/at86rf231/inc/at86rf231.h
, avr2130_lwmesh/source/phy/at86rf212b/inc/at86rf212b.h
, avr2130_lwmesh/source/phy/at86rf212/inc/at86rf212.h
, avr2130_lwmesh/source/phy/at86rf233/inc/at86rf233.h
- CLKM_SYMBOL_RATE
: avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
- Clr_bits
: compiler.h
- clust2sect()
: ff.c
- clz
: compiler.h
- CMCC_BASE
: sam/drivers/cmcc/unit_tests/unit_tests.c
, cmcc_example.c
- CMCC_CYCLE_COUNT_MODE
: cmcc.h
- CMCC_DHIT_COUNT_MODE
: cmcc.h
- cmcc_disable()
: cmcc.h
- cmcc_disable_monitor()
: cmcc.h
- cmcc_enable()
: cmcc.c
, cmcc.h
- cmcc_enable_monitor()
: cmcc.h
- cmcc_get_config_defaults()
: cmcc.c
, cmcc.h
- cmcc_get_monitor_cnt()
: cmcc.h
- cmcc_get_status()
: cmcc.h
- CMCC_IHIT_COUNT_MODE
: cmcc.h
- cmcc_init()
: cmcc.c
, cmcc.h
- cmcc_invalidate_all()
: cmcc.h
- cmcc_invalidate_line()
: cmcc.c
, cmcc.h
- cmcc_monitor_mode
: cmcc.h
- cmcc_reset_monitor()
: cmcc.h
- cmcc_set_config()
: cmcc.h
- cmd_address
: nand_flash_raw_example.c
, nand_flash_ecc_sw_example.c
, nand_flash_mem.c
, common/components/memory/nand_flash/nand_flash_ebi/unit_tests/unit_tests.c
- CMD_DATA
: spi_dmac_slave_example.c
, spi_example.c
- CMD_DATA_MSK
: spi_dmac_slave_example.c
, spi_example.c
- CMD_DEEP_SLEEP
: avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
- CMD_ENABLE_PENIRQ
: ads7843.c
- CMD_END
: spi_dmac_slave_example.c
, spi_example.c
- CMD_FORCE_PLL_ON
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
, avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, at86rf232.h
- CMD_FORCE_TRX_OFF
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
, avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, at86rf232.h
- CMD_ID_LEN
: perf_msg_const.h
- CMD_ID_OCTET
: compiler.h
- CMD_NOP
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
, avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, at86rf232.h
- CMD_PLL_ON
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
, avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, at86rf232.h
- CMD_POS
: perf_msg_const.h
- CMD_PREP_DEEP_SLEEP
: avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
- CMD_READ
: ksz8851snl_reg.h
- CMD_RX_AACK_ON
: avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, at86rf232.h
- CMD_RX_ON
: at86rf232.h
, avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
, avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
- CMD_SLEEP
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
, avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, at86rf232.h
- CMD_STATUS
: spi_dmac_slave_example.c
, spi_example.c
- CMD_TEST
: spi_dmac_slave_example.c
, spi_example.c
- CMD_TRX_OFF
: avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
, avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, at86rf232.h
- CMD_TX_ARET_ON
: avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, at86rf232.h
- CMD_TX_START
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
, avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, at86rf232.h
- CMD_WRITE
: ksz8851snl_reg.h
- CMD_X_POSITION
: ads7843.c
- CMD_Y_POSITION
: ads7843.c
- cnt
: sam/applications/sam4e_ek_demo/main.c
- cntx
: udi_phdc.c
- coeffTable
: arm_graphic_equalizer_example_q31.c
- COLOR_AZUR
: ili93xx.h
, ili9325.h
, hx8347a.h
- COLOR_BEIGE
: ili9325.h
, ili93xx.h
, hx8347a.h
- COLOR_BLACK
: ili9325.h
, ili93xx.h
, hx8347a.h
- COLOR_BLUE
: ili9325.h
, ili93xx.h
, hx8347a.h
- COLOR_BLUEVIOLET
: ili93xx.h
, ili9325.h
, hx8347a.h
- COLOR_BROWN
: hx8347a.h
, ili9325.h
, ili93xx.h
- COLOR_CUSTOM_GREY
: sam/applications/sam4e_ek_demo/task_gfx.c
- COLOR_CYAN
: ili9325.h
, ili93xx.h
, hx8347a.h
- COLOR_DARKBLUE
: ili9325.h
, ili93xx.h
, hx8347a.h
- COLOR_DARKCYAN
: ili9325.h
, ili93xx.h
, hx8347a.h
- COLOR_DARKGRAY
: ili93xx.h
, ili9325.h
, hx8347a.h
- COLOR_DARKGREEN
: hx8347a.h
, ili9325.h
, ili93xx.h
- COLOR_DARKRED
: ili9325.h
, ili93xx.h
, hx8347a.h
- COLOR_DARKVIOLET
: ili9325.h
, ili93xx.h
, hx8347a.h
- COLOR_GOLD
: ili93xx.h
, ili9325.h
, hx8347a.h
- COLOR_GRAY
: hx8347a.h
, ili9325.h
, ili93xx.h
- COLOR_GREEN
: ili9325.h
, ili93xx.h
, hx8347a.h
- COLOR_GREENYELLOW
: ili9325.h
, ili93xx.h
, hx8347a.h
- COLOR_INDIGO
: ili9325.h
, ili93xx.h
, hx8347a.h
- COLOR_LIGHTBLUE
: hx8347a.h
, ili9325.h
, ili93xx.h
- COLOR_LIGHTCYAN
: ili9325.h
, ili93xx.h
, hx8347a.h
- COLOR_LIGHTGREEN
: ili9325.h
, ili93xx.h
, hx8347a.h
- COLOR_LIGHTGREY
: ili93xx.h
, ili9325.h
, hx8347a.h
- COLOR_MAGENTA
: ili9325.h
, ili93xx.h
, hx8347a.h
- COLOR_NAVY
: ili9325.h
, ili93xx.h
, hx8347a.h
- COLOR_OLIVE
: ili9325.h
, ili93xx.h
, hx8347a.h
- COLOR_ORANGE
: ili93xx.h
, ili9325.h
, hx8347a.h
- COLOR_RED
: hx8347a.h
, ili9325.h
, ili93xx.h
- COLOR_SIENNA
: ili9325.h
, ili93xx.h
, hx8347a.h
- COLOR_SILVER
: ili9325.h
, ili93xx.h
, hx8347a.h
- COLOR_SKYBLUE
: ili93xx.h
, ili9325.h
, hx8347a.h
- COLOR_SNOW
: hx8347a.h
, ili9325.h
, ili93xx.h
- COLOR_TOMATO
: ili9325.h
, ili93xx.h
, hx8347a.h
- COLOR_TURQUOISE
: ili9325.h
, ili93xx.h
, hx8347a.h
- COLOR_VIOLET
: ili9325.h
, ili93xx.h
, hx8347a.h
- COLOR_WHITE
: hx8347a.h
, ili9325.h
, ili93xx.h
- COLOR_YELLOW
: ili9325.h
, ili93xx.h
, hx8347a.h
- COLOR_YELLOWGREEN
: ili9325.h
, ili93xx.h
, hx8347a.h
- comBUFFER_LEN
: comtest.c
- comFIRST_BYTE
: comtest.c
- comINITIAL_RX_COUNT_VALUE
: comtest.c
- comLAST_BYTE
: comtest.c
- COMM_BUFFER_SIZE
: spi_dmac_slave_example.c
, spi_example.c
- comNO_BLOCK
: comtest.c
- comOFFSET_TIME
: comtest.c
- COMPILER_ALIGNED
: compiler.h
- COMPILER_PACK_RESET
: compiler.h
- COMPILER_PACK_SET
: compiler.h
- COMPILER_PRAGMA
: compiler.h
- COMPILER_WORD_ALIGNED
: compiler.h
- compute256()
: ecc-sw.c
- compute_address()
: flash_efc.c
- compute_lock_range()
: flash_efc.c
- compute_mic()
: stb_internal.h
, stb_help.c
- comRX_BLOCK_TIME
: comtest.c
- comRX_LED_OFFSET
: comtest.c
- comSTACK_SIZE
: comtest.c
- comTOTAL_PERMISSIBLE_ERRORS
: comtest.c
- comTX_LED_OFFSET
: comtest.c
- comTX_MAX_BLOCK_TIME
: comtest.c
- comTX_MIN_BLOCK_TIME
: comtest.c
- CONF_BOARD_UART_CONSOLE
: conf_board.h
- conf_iso7816_t
: usart_iso7816_example.c
- CONF_NF_BUSWIDTH
: nand_flash_raw_smc.c
- CONF_NF_CYCLE_TIMING
: nand_flash_raw_smc.c
- CONF_NF_PULSE_TIMING
: nand_flash_raw_smc.c
- CONF_NF_SETUP_TIMING
: nand_flash_raw_smc.c
- CONF_TEST_SPI_HANDLER()
: sam/drivers/spi/unit_tests/unit_tests.c
- config_ack_request()
: per_mode_initiator.c
- CONFIG_AFSK_TX_BUFLEN
: sam/applications/sam4e_ek_demo/network/httpserver_raw/cgi.c
- config_csma()
: per_mode_initiator.c
- CONFIG_ED_THRESHOLD
: wait_for_event.c
- config_frame_retry()
: per_mode_initiator.c
- config_frequency()
: per_mode_initiator.c
- CONFIG_INTERRUPT_FORCE_INTC
: interrupt.h
- CONFIG_MODE_TX_PWR
: peer_search_initiator.c
- config_node_ib()
: app_init.h
, performance_main.c
- config_per_test_parameters()
: per_mode_common_utils.c
, perf_api.h
- config_rpc_mode()
: per_mode_initiator.c
- CONFIG_SLEEPMGR_ENABLE
: sleepmgr.h
- CONFIG_SPI_MASTER_BITS_PER_TRANSFER
: sam_spi/spi_master.h
- CONFIG_SPI_MASTER_DELAY_BCS
: sam_spi/spi_master.h
- CONFIG_SPI_MASTER_DELAY_BCT
: sam_spi/spi_master.h
- CONFIG_SPI_MASTER_DELAY_BS
: sam_spi/spi_master.h
- CONFIG_SPI_MASTER_DUMMY
: sam_spi/spi_master.h
- CONFIG_SYSCLK_PRES
: sam4e/sysclk.h
- CONFIG_SYSCLK_SOURCE
: sam4e/sysclk.h
- config_tc_qdec_iopins()
: tc_qdec_example.c
- config_tc_qdec_mode_position()
: tc_qdec_example.c
- config_tc_qdec_mode_speed()
: tc_qdec_example.c
- config_tc_qdec_mode_test_basetimer()
: tc_qdec_example.c
- config_uart_and_pck()
: pmc_clock_switching_example.c
- CONFIG_USART_SPI_DUMMY
: sam_usart_spi/usart_spi.h
- CONFIG_USBCLK_DIV
: sam4e/sysclk.h
- CONFIG_USBCLK_SOURCE
: sam4e/sysclk.h
- configADJUSTED_HEAP_SIZE
: freertos-10.0.0/Source/portable/MemMang/heap_1.c
, freertos-10.0.0/Source/portable/MemMang/heap_2.c
, freertos-8.2.3/Source/portable/MemMang/heap_1.c
, freertos-8.2.3/Source/portable/MemMang/heap_2.c
- configAPPLICATION_ALLOCATED_HEAP
: freertos-10.0.0/Source/include/FreeRTOS.h
, freertos-8.2.3/Source/include/FreeRTOS.h
- configASSERT
: freertos-7.3.0/source/include/FreeRTOS.h
, freertos-10.0.0/Source/include/FreeRTOS.h
, freertos-7.0.0/source/include/FreeRTOS.h
, sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
, thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
, freertos-8.2.3/Source/include/FreeRTOS.h
- configASSERT_DEFINED
: freertos-10.0.0/Source/include/FreeRTOS.h
, freertos-8.2.3/Source/include/FreeRTOS.h
- configCHECK_FOR_STACK_OVERFLOW
: freertos-7.3.0/source/include/FreeRTOS.h
, freertos-10.0.0/Source/include/FreeRTOS.h
, sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
, thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
, freertos-8.2.3/Source/include/FreeRTOS.h
, freertos-7.0.0/source/include/FreeRTOS.h
- configCOMMAND_INT_MAX_OUTPUT_SIZE
: thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
, sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
- configCPU_CLOCK_HZ
: sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
, thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
- configENABLE_BACKWARD_COMPATIBILITY
: freertos-10.0.0/Source/include/FreeRTOS.h
, freertos-8.2.3/Source/include/FreeRTOS.h
- configEXPECTED_IDLE_TIME_BEFORE_SLEEP
: freertos-10.0.0/Source/include/FreeRTOS.h
, freertos-8.2.3/Source/include/FreeRTOS.h
- configGENERATE_RUN_TIME_STATS
: freertos-10.0.0/Source/include/FreeRTOS.h
, freertos-7.0.0/source/include/FreeRTOS.h
, sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
, thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
, freertos-8.2.3/Source/include/FreeRTOS.h
, freertos-7.3.0/source/include/FreeRTOS.h
- configIDLE_SHOULD_YIELD
: freertos-10.0.0/Source/include/FreeRTOS.h
, freertos-7.3.0/source/include/FreeRTOS.h
, sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
, thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
, freertos-8.2.3/Source/include/FreeRTOS.h
, freertos-7.0.0/source/include/FreeRTOS.h
- configIDLE_TASK_NAME
: freertos-10.0.0/Source/tasks.c
- configINCLUDE_APPLICATION_DEFINED_PRIVILEGED_FUNCTIONS
: freertos-8.2.3/Source/include/FreeRTOS.h
, freertos-10.0.0/Source/include/FreeRTOS.h
- configINCLUDE_FREERTOS_TASK_C_ADDITIONS_H
: freertos-10.0.0/Source/include/FreeRTOS.h
- configINITIAL_TICK_COUNT
: freertos-10.0.0/Source/include/FreeRTOS.h
- configKERNEL_INTERRUPT_PRIORITY
: thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
, sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
- configLIBRARY_LOWEST_INTERRUPT_PRIORITY
: thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
, sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
- configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY
: thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
, sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
- configLIST_VOLATILE
: freertos-8.2.3/Source/include/list.h
, freertos-10.0.0/Source/include/list.h
- configMAX
: freertos-10.0.0/Source/include/FreeRTOS.h
- configMAX_CO_ROUTINE_PRIORITIES
: sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
, thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
- configMAX_PRIORITIES
: sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
, thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
- configMAX_SYSCALL_INTERRUPT_PRIORITY
: thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
, sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
- configMAX_TASK_NAME_LEN
: freertos-7.3.0/source/include/FreeRTOS.h
, thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
, freertos-7.0.0/source/include/FreeRTOS.h
, sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
, freertos-10.0.0/Source/include/FreeRTOS.h
, freertos-8.2.3/Source/include/FreeRTOS.h
- configMIN
: freertos-10.0.0/Source/include/FreeRTOS.h
- configMINIMAL_STACK_SIZE
: thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
, sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
- configNUM_THREAD_LOCAL_STORAGE_POINTERS
: freertos-10.0.0/Source/include/FreeRTOS.h
, freertos-8.2.3/Source/include/FreeRTOS.h
- configPOST_SLEEP_PROCESSING
: freertos-7.3.0/source/include/FreeRTOS.h
, freertos-8.2.3/Source/include/FreeRTOS.h
, freertos-10.0.0/Source/include/FreeRTOS.h
- configPRE_SLEEP_PROCESSING
: freertos-8.2.3/Source/include/FreeRTOS.h
, freertos-7.3.0/source/include/FreeRTOS.h
, freertos-10.0.0/Source/include/FreeRTOS.h
- configPRE_SUPPRESS_TICKS_AND_SLEEP_PROCESSING
: freertos-10.0.0/Source/include/FreeRTOS.h
- configPRINTF
: freertos-10.0.0/Source/include/FreeRTOS.h
- configPRIO_BITS
: sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
, thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
- configQUEUE_REGISTRY_SIZE
: freertos-7.3.0/source/include/FreeRTOS.h
, thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
, freertos-8.2.3/Source/include/FreeRTOS.h
, sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
, freertos-10.0.0/Source/include/FreeRTOS.h
, freertos-7.0.0/source/include/FreeRTOS.h
- configRECORD_STACK_HIGH_ADDRESS
: freertos-10.0.0/Source/include/FreeRTOS.h
- configSTACK_DEPTH_TYPE
: freertos-10.0.0/Source/include/FreeRTOS.h
- configSUPPORT_DYNAMIC_ALLOCATION
: freertos-10.0.0/Source/include/FreeRTOS.h
- configSUPPORT_STATIC_ALLOCATION
: freertos-10.0.0/Source/include/FreeRTOS.h
- configTICK_RATE_HZ
: thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
, sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
- configTIMER_QUEUE_LENGTH
: sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
, thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
- configTIMER_TASK_PRIORITY
: sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
, thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
- configTIMER_TASK_STACK_DEPTH
: sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
, thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
- configTOTAL_HEAP_SIZE
: thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
, sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
- configuration_mode_selection()
: init_state.c
- configure_button()
: sam/applications/sam_low_power/main.c
, pio_alternate_function_example.c
, rswdt_example.c
, wdt_example.c
- configure_buttons()
: sam/applications/getting-started/main.c
, pmc_clock_switching_example.c
- configure_console()
: rtc_example.c
, rtt_example.c
, usart_rs485_example_pdc.c
, tc_capture_waveform_example.c
, sam/applications/sam_low_power/main.c
, afec_example3.c
, afec_example1.c
, can_example.c
, smc_sram_example.c
, raw_http_basic_example.c
, pio_alternate_function_example.c
, spi_dmac_slave_example.c
, chipid_example.c
, usart_iso7816_example.c
, ads7843_example.c
, twi_slave_example.c
, sam/drivers/can/example/example.c
, wdt_example.c
, cmcc_example.c
, afec_example2.c
, rswdt_example.c
, aes_example.c
, sinewave_example.c
, dmac_example.c
, pmc_clock_switching_example.c
, ili93xx_example.c
, matrix_example.c
, pwm_led_example.c
, nand_flash_raw_example.c
, nand_flash_ecc_sw_example.c
, spi_example.c
, thirdparty/lwip/netconn_http_stats_example/main.c
, pmc_clock_failure_detect_example.c
, pio_capture_example.c
, flash_program_example.c
, thirdparty/freertos/demo/sam_example/main.c
, pdc_uart_example.c
, flash_read_unique_id_example.c
, usart_serial_example_pdc.c
, sam/applications/edbg_twi_information_interface/main.c
, acc_example_sam4e.c
, usart_irda_example.c
, usart_synchronous_example.c
, usart_hard_handshaking_example.c
, afec_example4.c
, tc_qdec_example.c
, sam/applications/getting-started/main.c
, common/components/touch/qt/qt_i2c/example/example.c
, sam/applications/sam4e_ek_demo/main.c
, pwm_sync_example.c
- configure_dmac()
: spi_dmac_slave_example.c
- configure_frame_sending()
: per_mode_initiator.c
- configure_i2c_master()
: sam/applications/edbg_twi_information_interface/main.c
- configure_intn()
: ksz8851snl.c
, ksz8851snl.h
- configure_led()
: wdt_example.c
, rswdt_example.c
- configure_pibs()
: wait_for_event.c
- configure_pkt_stream_frames()
: per_mode_common_utils.c
, app_per_mode.h
- configure_range_test_frame_sending()
: per_mode_initiator.c
- configure_rtt()
: rtt_example.c
- configure_sram()
: smc_sram_example.c
- configure_systick()
: usart_rs485_example_pdc.c
- configure_tc()
: usart_hard_handshaking_example.c
, sam/applications/getting-started/main.c
, usart_serial_example_pdc.c
- configure_tc_qdec()
: tc_qdec_example.c
- configure_tc_trigger()
: afec_example4.c
, sam/drivers/afec/unit_tests/unit_tests.c
- configure_timer_for_run_time_stats()
: thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
, thirdparty/lwip/netconn_http_stats_example/main.c
- configure_usart()
: usart_rs485_example_pdc.c
, usart_hard_handshaking_example.c
, usart_serial_example_pdc.c
, usart_irda_example.c
, usart_synchronous_example.c
- configUSE_16_BIT_TICKS
: sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
, thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
- configUSE_ALTERNATIVE_API
: freertos-7.0.0/source/include/FreeRTOS.h
, freertos-8.2.3/Source/include/FreeRTOS.h
, freertos-7.3.0/source/include/FreeRTOS.h
, freertos-10.0.0/Source/include/FreeRTOS.h
- configUSE_APPLICATION_TASK_TAG
: freertos-7.3.0/source/include/FreeRTOS.h
, freertos-7.0.0/source/include/FreeRTOS.h
, thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
, freertos-8.2.3/Source/include/FreeRTOS.h
, sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
, freertos-10.0.0/Source/include/FreeRTOS.h
- configUSE_CO_ROUTINES
: freertos-10.0.0/Source/include/FreeRTOS.h
, sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
, thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
, freertos-8.2.3/Source/include/FreeRTOS.h
- configUSE_COUNTING_SEMAPHORES
: sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
, freertos-7.3.0/source/include/FreeRTOS.h
, thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
, freertos-8.2.3/Source/include/FreeRTOS.h
, freertos-7.0.0/source/include/FreeRTOS.h
, freertos-10.0.0/Source/include/FreeRTOS.h
- configUSE_DAEMON_TASK_STARTUP_HOOK
: freertos-10.0.0/Source/include/FreeRTOS.h
- configUSE_IDLE_HOOK
: thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
, sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
- configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES
: freertos-8.2.3/Source/include/projdefs.h
, freertos-10.0.0/Source/include/projdefs.h
- configUSE_MALLOC_FAILED_HOOK
: freertos-10.0.0/Source/include/FreeRTOS.h
, freertos-7.0.0/source/include/FreeRTOS.h
, sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
, freertos-8.2.3/Source/include/FreeRTOS.h
, thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
, freertos-7.3.0/source/include/FreeRTOS.h
- configUSE_MUTEXES
: sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
, freertos-8.2.3/Source/include/FreeRTOS.h
, thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
, freertos-10.0.0/Source/include/FreeRTOS.h
, freertos-7.0.0/source/include/FreeRTOS.h
, freertos-7.3.0/source/include/FreeRTOS.h
- configUSE_NEWLIB_REENTRANT
: freertos-8.2.3/Source/include/FreeRTOS.h
, freertos-10.0.0/Source/include/FreeRTOS.h
- configUSE_PORT_OPTIMISED_TASK_SELECTION
: freertos-8.2.3/Source/include/FreeRTOS.h
, freertos-10.0.0/Source/include/FreeRTOS.h
, thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
, sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
, freertos-7.3.0/source/include/FreeRTOS.h
- configUSE_PREEMPTION
: thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
, sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
- configUSE_QUEUE_SETS
: freertos-10.0.0/Source/include/FreeRTOS.h
, freertos-8.2.3/Source/include/FreeRTOS.h
- configUSE_RECURSIVE_MUTEXES
: freertos-10.0.0/Source/include/FreeRTOS.h
, freertos-7.0.0/source/include/FreeRTOS.h
, freertos-7.3.0/source/include/FreeRTOS.h
, freertos-8.2.3/Source/include/FreeRTOS.h
, thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
, sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
- configUSE_STATS_FORMATTING_FUNCTIONS
: freertos-10.0.0/Source/include/FreeRTOS.h
, freertos-8.2.3/Source/include/FreeRTOS.h
- configUSE_TASK_FPU_SUPPORT
: freertos-8.2.3/Source/include/FreeRTOS.h
, freertos-10.0.0/Source/include/FreeRTOS.h
- configUSE_TASK_NOTIFICATIONS
: freertos-8.2.3/Source/include/FreeRTOS.h
, freertos-10.0.0/Source/include/FreeRTOS.h
- configUSE_TICK_HOOK
: thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
, sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
- configUSE_TICKLESS_IDLE
: freertos-10.0.0/Source/include/FreeRTOS.h
, freertos-8.2.3/Source/include/FreeRTOS.h
, sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
, thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
- configUSE_TIME_SLICING
: freertos-10.0.0/Source/include/FreeRTOS.h
, freertos-8.2.3/Source/include/FreeRTOS.h
- configUSE_TIMERS
: freertos-8.2.3/Source/include/FreeRTOS.h
, freertos-7.0.0/source/include/FreeRTOS.h
, freertos-10.0.0/Source/include/FreeRTOS.h
, freertos-7.3.0/source/include/FreeRTOS.h
, sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
, thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
- configUSE_TRACE_FACILITY
: freertos-10.0.0/Source/include/FreeRTOS.h
, thirdparty/lwip/netconn_http_stats_example/FreeRTOSConfig.h
, sam/applications/sam4e_ek_demo/FreeRTOSConfig.h
, freertos-8.2.3/Source/include/FreeRTOS.h
- CONSOLE_UART_BAUDRATE
: pmc_clock_failure_detect_example.c
- console_uart_irq_handler()
: pdc_uart_example.c
- CONT_PULSE_TX_CONFIRM
: perf_msg_const.h
- CONT_PULSE_TX_CONFIRM_LEN
: perf_msg_const.h
- CONT_PULSE_TX_REQ
: perf_msg_const.h
- CONT_WAVE_TX_CONFIRM
: perf_msg_const.h
- CONT_WAVE_TX_CONFIRM_LEN
: perf_msg_const.h
- CONT_WAVE_TX_REQ
: perf_msg_const.h
- content
: thirdparty/lwip/netconn_http_stats_example/network/httpserver/httpd.c
- CONTINUOUS_RX_ON_MODE
: perf_msg_const.h
- CONTINUOUS_TX_MODE
: perf_msg_const.h
- continuous_tx_mode_t
: tfa.h
- continuous_tx_mode_tag
: tfa.h
- CONV_DBM_TO_phyTransmitPower
: ieee_const.h
- CONV_phyTransmitPower_TO_DBM
: ieee_const.h
- convert_16_bit_to_byte_address()
: compiler.h
- convert_16_bit_to_byte_array()
: compiler.h
- convert_64_bit_to_byte_array()
: compiler.h
- convert_byte_array_to_16_bit()
: compiler.h
- convert_byte_array_to_32_bit()
: compiler.h
- convert_byte_array_to_64_bit()
: compiler.h
- CONVERT_OCTETS_TO_SYM
: at86rf231/src/tal_slotted_csma.c
, at86rf232/src/tal_slotted_csma.c
, at86rf233/src/tal_slotted_csma.c
- convert_ota_serial_frame_rx()
: perf_api_serial_handler.c
- convert_ota_serial_frame_tx()
: perf_api_serial_handler.c
- convert_phyTransmitPower_to_reg_value()
: tal_helper.c
, at86rf212b/src/tal_pib.c
, at86rf233/src/tal_pib.c
, at86rf212/src/tal_pib.c
, at86rf231/src/tal_pib.c
- convert_spec_16_bit_to_byte_array()
: compiler.h
- COORD_REALIGN_PAYLOAD_LEN
: mac_tx_coord_realignment_command.c
- COORDINATORREALIGNMENT
: tal.h
- copy_page()
: nand_flash_raw_smc.c
- corCRCB
: freertos-7.0.0/source/include/croutine.h
, freertos-7.3.0/source/include/croutine.h
- corINITIAL_STATE
: freertos-7.0.0/source/croutine.c
- CoRoutineHandle_t
: freertos-8.2.3/Source/include/croutine.h
, freertos-10.0.0/Source/include/croutine.h
- cosOutput
: arm_sin_cos_example_f32.c
- cosSquareOutput
: arm_sin_cos_example_f32.c
- count_bits_in_byte()
: ecc-sw.c
- count_bits_in_code256()
: ecc-sw.c
- COUNT_FOR_VALID_KEY_PRESS
: user_interface.c
- countDONT_BLOCK
: countsem.c
- countMAX_COUNT_VALUE
: countsem.c
- countNUM_TEST_TASKS
: countsem.c
- countSTART_AT_MAX_COUNT
: countsem.c
- countSTART_AT_ZERO
: countsem.c
- cOutputBuffer
: FreeRTOS_CLI.c
- cpu_delay_ms
: cycle_counter.h
- cpu_delay_us
: cycle_counter.h
- CPU_ENDIAN_TO_LE16
: compiler.h
- CPU_ENDIAN_TO_LE32
: compiler.h
- CPU_ENDIAN_TO_LE64
: compiler.h
- cpu_irq_critical_section_counter
: interrupt_sam_nvic.h
- cpu_irq_disable
: interrupt_sam_nvic.h
, uart/sio2host.c
- cpu_irq_enable()
: uart/sio2host.c
, interrupt_sam_nvic.h
- cpu_irq_enter_critical()
: interrupt_sam_nvic.c
, interrupt_sam_nvic.h
- cpu_irq_is_enabled
: interrupt_sam_nvic.h
- cpu_irq_is_enabled_flags()
: interrupt_sam_nvic.h
- cpu_irq_leave_critical()
: interrupt_sam_nvic.h
, interrupt_sam_nvic.c
- cpu_irq_prev_interrupt_state
: interrupt_sam_nvic.h
- cpu_irq_restore()
: interrupt_sam_nvic.h
- cpu_irq_save()
: interrupt_sam_nvic.h
- cpu_ms_2_cy
: cycle_counter.h
- cpu_to_be16
: compiler.h
- CPU_TO_BE16
: compiler.h
- cpu_to_be32
: compiler.h
- CPU_TO_BE32
: compiler.h
- CPU_TO_LE16
: compiler.h
- cpu_to_le16
: compiler.h
- CPU_TO_LE32
: compiler.h
- cpu_to_le32
: compiler.h
- cpu_us_2_cy
: cycle_counter.h
- CRC16_NOT_VALID
: at86rf232.h
, avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
- CRC16_VALID
: at86rf232.h
, avr2025_mac/source/tal/at86rf233/inc/at86rf233.h
, avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
, avr2025_mac/source/tal/at86rf212/inc/at86rf212.h
, avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
- CRC_SETTING_ON_REMOTE_NODE
: app_config.h
, app_init.h
- CRCB_t
: freertos-8.2.3/Source/include/croutine.h
, freertos-10.0.0/Source/include/croutine.h
- crCOROUTINE_CODE
: freertos-7.0.0/source/include/croutine.h
, freertos-10.0.0/Source/include/croutine.h
, freertos-8.2.3/Source/include/croutine.h
, freertos-7.3.0/source/include/croutine.h
- crDELAY
: freertos-7.3.0/source/include/croutine.h
, freertos-7.0.0/source/include/croutine.h
, freertos-10.0.0/Source/include/croutine.h
, freertos-8.2.3/Source/include/croutine.h
- create_chain()
: ff.c
- create_dsp_task()
: task_dsp.c
, task_demo.h
- create_gfx_task()
: task_defs.h
, sam/applications/sam4e_ek_demo/task_gfx.c
, thirdparty/lwip/netconn_http_stats_example/task_gfx.c
, task_demo.h
- create_http_task()
: task_http.c
, task_defs.h
- CREATE_LINKMAP
: ff.h
- create_name()
: ff.c
- create_qtouch_task()
: task_demo.h
, task_qtouch_cpn.c
- create_webserver_task()
: task_webserver.c
, task_demo.h
- crEND
: freertos-10.0.0/Source/include/croutine.h
, freertos-8.2.3/Source/include/croutine.h
, freertos-7.3.0/source/include/croutine.h
, freertos-7.0.0/source/include/croutine.h
- crfFIXED_DELAY_PRIORITY
: crflash.c
- crfFLASH_INDEX
: crflash.c
- crfFLASH_PRIORITY
: crflash.c
- crfMAX_FLASH_TASKS
: crflash.c
- crfPOSTING_BLOCK_TIME
: crflash.c
- crfQUEUE_LENGTH
: crflash.c
- crQUEUE_RECEIVE
: freertos-7.3.0/source/include/croutine.h
, freertos-8.2.3/Source/include/croutine.h
, freertos-7.0.0/source/include/croutine.h
, freertos-10.0.0/Source/include/croutine.h
- crQUEUE_RECEIVE_FROM_ISR
: freertos-10.0.0/Source/include/croutine.h
, freertos-8.2.3/Source/include/croutine.h
, freertos-7.0.0/source/include/croutine.h
, freertos-7.3.0/source/include/croutine.h
- crQUEUE_SEND
: freertos-10.0.0/Source/include/croutine.h
, freertos-7.3.0/source/include/croutine.h
, freertos-7.0.0/source/include/croutine.h
, freertos-8.2.3/Source/include/croutine.h
- crQUEUE_SEND_FROM_ISR
: freertos-10.0.0/Source/include/croutine.h
, freertos-8.2.3/Source/include/croutine.h
, freertos-7.0.0/source/include/croutine.h
, freertos-7.3.0/source/include/croutine.h
- crSET_STATE0
: freertos-8.2.3/Source/include/croutine.h
, freertos-10.0.0/Source/include/croutine.h
, freertos-7.3.0/source/include/croutine.h
, freertos-7.0.0/source/include/croutine.h
- crSET_STATE1
: freertos-8.2.3/Source/include/croutine.h
, freertos-7.3.0/source/include/croutine.h
, freertos-10.0.0/Source/include/croutine.h
, freertos-7.0.0/source/include/croutine.h
- crSTART
: freertos-7.3.0/source/include/croutine.h
, freertos-10.0.0/Source/include/croutine.h
, freertos-7.0.0/source/include/croutine.h
, freertos-8.2.3/Source/include/croutine.h
- CSD_REG_BIT_SIZE
: sd_mmc_protocol.h
- CSD_REG_BSIZE
: sd_mmc_protocol.h
- CSD_STRUCTURE
: sd_mmc_protocol.h
- CSD_STRUCTURE_VERSION
: sd_mmc_protocol.h
- CSD_TRAN_SPEED
: sd_mmc_protocol.h
- CSMA_ACCESS_FAILURE
: at86rf212b/inc/tal_slotted_csma.h
, at86rf232/inc/tal_slotted_csma.h
, at86rf233/inc/tal_slotted_csma.h
, at86rf231/inc/tal_slotted_csma.h
, at86rf212/inc/tal_slotted_csma.h
- csma_backoff_calculation()
: at86rf233/src/tal_slotted_csma.c
, at86rf232/src/tal_slotted_csma.c
, at86rf212b/src/tal_slotted_csma.c
, at86rf212/src/tal_slotted_csma.c
, at86rf231/src/tal_slotted_csma.c
- CSMA_BE_REG
: avr2130_lwmesh/source/phy/at86rf212b/inc/at86rf212b.h
, avr2130_lwmesh/source/phy/at86rf233/inc/at86rf233.h
, avr2130_lwmesh/source/phy/at86rf231/inc/at86rf231.h
, avr2130_lwmesh/source/phy/at86rf212/inc/at86rf212.h
- CSMA_BEACON_LOSS_GUARD_TIME_US
: at86rf212/src/tal_slotted_csma.c
, at86rf212b/src/tal_slotted_csma.c
, at86rf233/src/tal_slotted_csma.c
, at86rf232/src/tal_slotted_csma.c
, at86rf231/src/tal_slotted_csma.c
- CSMA_HANDLE_BEACON
: at86rf231/inc/tal_slotted_csma.h
, at86rf232/inc/tal_slotted_csma.h
, at86rf233/inc/tal_slotted_csma.h
, at86rf212/inc/tal_slotted_csma.h
, at86rf212b/inc/tal_slotted_csma.h
- CSMA_IDLE
: at86rf212b/inc/tal_slotted_csma.h
, at86rf231/inc/tal_slotted_csma.h
, at86rf232/inc/tal_slotted_csma.h
, at86rf233/inc/tal_slotted_csma.h
, at86rf212/inc/tal_slotted_csma.h
- CSMA_LBT_MODE
: avr2130_lwmesh/source/phy/at86rf212/inc/at86rf212.h
, avr2130_lwmesh/source/phy/at86rf212b/inc/at86rf212b.h
- CSMA_MODE_ENABLE
: avr2025_mac/source/tal/at86rf212b/inc/at86rf212b.h
- csma_mode_t
: tal.h
- csma_mode_tag
: tal.h
- csma_param_init()
: at86rf212/src/tal_slotted_csma.c
, at86rf212b/src/tal_slotted_csma.c
, at86rf233/src/tal_slotted_csma.c
, at86rf231/src/tal_slotted_csma.c
, at86rf232/src/tal_slotted_csma.c
- CSMA_PROCESSING_TIME_US
: avr2025_mac/source/tal/at86rf231/inc/at86rf231.h
- CSMA_SEED_0_REG
: avr2130_lwmesh/source/phy/at86rf212/inc/at86rf212.h
, avr2130_lwmesh/source/phy/at86rf233/inc/at86rf233.h
, avr2130_lwmesh/source/phy/at86rf231/inc/at86rf231.h
, avr2130_lwmesh/source/phy/at86rf212b/inc/at86rf212b.h
- CSMA_SEED_1
: avr2130_lwmesh/source/phy/at86rf212b/inc/at86rf212b.h
, avr2130_lwmesh/source/phy/at86rf212/inc/at86rf212.h
, avr2130_lwmesh/source/phy/at86rf233/inc/at86rf233.h
, avr2130_lwmesh/source/phy/at86rf231/inc/at86rf231.h
- CSMA_SEED_1_REG
: avr2130_lwmesh/source/phy/at86rf233/inc/at86rf233.h
, avr2130_lwmesh/source/phy/at86rf212b/inc/at86rf212b.h
, avr2130_lwmesh/source/phy/at86rf212/inc/at86rf212.h
, avr2130_lwmesh/source/phy/at86rf231/inc/at86rf231.h
- CSMA_SLOTTED
: tal.h
- csma_state_t
: at86rf212b/inc/tal_slotted_csma.h
, at86rf233/inc/tal_slotted_csma.h
, at86rf232/inc/tal_slotted_csma.h
, at86rf231/inc/tal_slotted_csma.h
, at86rf212/inc/tal_slotted_csma.h
- csma_state_tag
: at86rf233/inc/tal_slotted_csma.h
, at86rf212/inc/tal_slotted_csma.h
, at86rf212b/inc/tal_slotted_csma.h
, at86rf231/inc/tal_slotted_csma.h
, at86rf232/inc/tal_slotted_csma.h
- CSMA_UNSLOTTED
: tal.h
- ctr_mode_test()
: aes_example.c
- Ctrl_access_lock
: ctrl_access.c
- Ctrl_access_unlock
: ctrl_access.c
- CTRL_BUSY
: ctrl_access.h
- CTRL_EJECT
: diskio.h
- CTRL_ERASE_SECTOR
: diskio.h
- CTRL_FAIL
: ctrl_access.h
- CTRL_GOOD
: ctrl_access.h
- CTRL_LOCK
: diskio.h
- CTRL_NO_PRESENT
: ctrl_access.h
- CTRL_POWER
: diskio.h
- Ctrl_status
: ctrl_access.h
- CTRL_SYNC
: diskio.h
- ctz
: compiler.h
- cur_dac_buffer
: task_dsp.c
- curr_trx_config_params
: app_per_mode.h
, per_mode_common_utils.c
- curr_tx_buffer_index
: perf_api_serial_handler.c
- cw_ack_sent
: per_mode_common_utils.c
, perf_api.h
- CW_ALL_ZEROS_MODE
: tfa.h
- CW_MODE
: tfa.h
- CW_MODE_2
: tfa.h
- cw_start_mode
: perf_api.h
, per_mode_common_utils.c
- cw_tmr_val
: perf_api.h
, per_mode_common_utils.c
- CW_TRANSMISSION_UNDER_PROGRESS
: perf_msg_const.h
- CW_TX_TIMER
: init_state.c
, app_init.h
- cyc
: sam/applications/sam4e_ek_demo/main.c